From: Alexis Laferrière Date: Thu, 28 Feb 2019 17:41:57 +0000 (-0500) Subject: ci: pre download bdwgc before launching the tests X-Git-Url: http://nitlanguage.org ci: pre download bdwgc before launching the tests Signed-off-by: Alexis Laferrière --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fe0c34a..a0711b3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -124,6 +124,7 @@ test_full_nitcs: &test_full_nitcs dependencies: - build_tools script: + - share/android-bdwgc/setup.sh - cd tests - ./testfull.sh | tee log.txt - grep -v '=>' log.txt > ../status.txt || true