ci: Cleanup build artifacts after testing

This commit is contained in:
Gabriel Ferreira
2022-10-11 13:48:46 -03:00
parent 087e71393e
commit 82bbdfacb1

View File

@@ -39,6 +39,7 @@ stages:
- CXX=$COMPILER ./ns3 configure -d $MODE -GNinja --enable-examples --enable-tests --enable-asserts $ENABLE_MPI
- ./ns3 build
- if [ "$MODE" != "debug" ]; then ./test.py -n; fi
- ./ns3 clean
cache:
# Use separate key for each (debug/default/optimized) jobs because
# they run in parallel and will otherwise overwrite each other