From 05e73422b8b2f78be69bb8d15ae20a615daa37e3 Mon Sep 17 00:00:00 2001 From: Eduard Braun Date: Fri, 14 Jul 2017 20:11:49 +0200 Subject: CI/GitLab: Compile tests in build stage so they only need to be executed in test stage --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b19ea0943..9860f4f0f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,6 +20,7 @@ inkscape:linux: - cd build - cmake .. -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_BUILD_TYPE=Debug - make -j3 + - make -j3 tests - cd .. artifacts: expire_in: 1 year -- cgit v1.2.3