summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAdrian Johnson <ajohnson@redneon.com>2022-05-28 17:37:04 +0930
committerAdrian Johnson <ajohnson@redneon.com>2022-05-28 17:37:04 +0930
commit8f20ade808ff6e78cc30c4cd8bce4970cb056081 (patch)
tree5a67f5f692afe701e9664ee2f946b362fdf2dace /.gitlab-ci.yml
parent616c300cd30e2ab756a807b3b7084163212614d9 (diff)
downloadcairo-8f20ade808ff6e78cc30c4cd8bce4970cb056081.tar.gz
autotools CI: build it faster
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 873e1bfdb..8e22d333f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -102,7 +102,7 @@ fedora autotools build:
stage: 'build'
script:
- ./autogen.sh
- - make V=1 VERBOSE=1
+ - make V=1 VERBOSE=1 -j $(nproc)
artifacts:
when: 'always'
expire_in: '2 days'