From 8f20ade808ff6e78cc30c4cd8bce4970cb056081 Mon Sep 17 00:00:00 2001 From: Adrian Johnson Date: Sat, 28 May 2022 17:37:04 +0930 Subject: autotools CI: build it faster --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') 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' -- cgit v1.2.1