From 5837b12d511713f60a1d1998d80d37ee5157424e Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 21 Aug 2018 12:41:27 +0200 Subject: [PATCH] guess what? We need a C++ compiler to test SimGrid --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e574347f25..7d47343fe1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,6 +17,6 @@ pages: tests: script: - apt update - - apt install -y libboost-all-dev libboost-dev cmake chrpath default-jdk valgrind gfortran + - apt install -y libboost-all-dev libboost-dev cmake chrpath default-jdk valgrind gfortran build-essential - cmake -Denable_model-checking=ON -Denable_documentation=OFF -Denable_coverage=ON -Denable_java=ON -Denable_lua=OFF -Denable_compile_optimizations=ON -Denable_smpi=ON -Denable_smpi_MPICH3_testsuite=ON -Denable_compile_warnings=ON . - make VERBOSE=1 && ctest --output-on-failure -- 2.20.1