diff options
| author | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2017-06-12 05:31:46 +0000 |
|---|---|---|
| committer | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2017-06-12 22:27:22 +0000 |
| commit | d724383313e79ce5f8575e2673e0bc7dfead931d (patch) | |
| tree | 164433790256feefd157bd68bd6af8ace3719439 | |
| parent | ci: Expire artifacts after a year. (diff) | |
| download | inkscape-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.yml | 2 |
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 |
