summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Sales de Andrade <quantum.analyst@gmail.com>2017-06-12 05:31:46 +0000
committerElliott Sales de Andrade <quantum.analyst@gmail.com>2017-06-12 22:27:22 +0000
commitd724383313e79ce5f8575e2673e0bc7dfead931d (patch)
tree164433790256feefd157bd68bd6af8ace3719439
parentci: Expire artifacts after a year. (diff)
downloadinkscape-d724383313e79ce5f8575e2673e0bc7dfead931d.tar.gz
inkscape-d724383313e79ce5f8575e2673e0bc7dfead931d.zip
ci: Build in parallel.
GitLab's shared runners are on DO 4GB instances, which should have 2 core processors.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 31d1ff7f5..29d090da7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,7 +23,7 @@ inkscape:
- mkdir -p build
- cd build
- cmake .. -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_BUILD_TYPE=Debug
- - make
+ - make -j3
- cd ..
artifacts:
expire_in: 1 year