From 82bbdfacb1ce4de10c473a0ce08967f93bf07035 Mon Sep 17 00:00:00 2001 From: Gabriel Ferreira Date: Tue, 11 Oct 2022 13:48:46 -0300 Subject: [PATCH] ci: Cleanup build artifacts after testing --- utils/tests/gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/tests/gitlab-ci.yml b/utils/tests/gitlab-ci.yml index 268590688..e7952872f 100644 --- a/utils/tests/gitlab-ci.yml +++ b/utils/tests/gitlab-ci.yml @@ -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