From: Mostyn Bramley-Moore Date: Mon, 17 Jul 2023 09:29:48 +0000 (+0200) Subject: CI: use multiple make jobs to speed up building (#1917) X-Git-Tag: v3.7.0~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d181eba0326b46f81e4b44d81a8b3e6d6052b7a;p=thirdparty%2Flibarchive.git CI: use multiple make jobs to speed up building (#1917) --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3309a338..1d7b32e23 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,16 +24,19 @@ jobs: run: ./build/ci/build.sh -a build env: BS: ${{ matrix.bs }} + MAKE_ARGS: -j - name: Test run: ./build/ci/build.sh -a test env: BS: ${{ matrix.bs }} SKIP_OPEN_FD_ERR_TEST: 1 IGNORE_TRAVERSALS_TEST4: 1 + MAKE_ARGS: -j - name: Install run: ./build/ci/build.sh -a install env: BS: ${{ matrix.bs }} + MAKE_ARGS: -j - name: Artifact run: ./build/ci/build.sh -a artifact env: @@ -68,11 +71,13 @@ jobs: run: ./build/ci/build.sh -a build env: BS: ${{ matrix.bs }} + MAKE_ARGS: -j - name: Test run: ./build/ci/build.sh -a test env: BS: ${{ matrix.bs }} SKIP_OPEN_FD_ERR_TEST: 1 + MAKE_ARGS: -j - name: Install run: ./build/ci/build.sh -a install env: