Skip to content

Commit

Permalink
CI: Use 4 jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Nov 28, 2024
1 parent a29a0d0 commit 5ebc193
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Build
run: |
docker pull openturns/archlinux-module
docker run -e MAKEFLAGS='-j2' -v `pwd`:/io openturns/archlinux-module /io/.ci_support/run_docker_linux.sh `id -u` `id -g`
docker run -e MAKEFLAGS='-j4' -v `pwd`:/io openturns/archlinux-module /io/.ci_support/run_docker_linux.sh `id -u` `id -g`
- name: Upload
if: ${{ github.ref == 'refs/heads/master' }}
run: |
Expand All @@ -34,4 +34,4 @@ jobs:
- name: Build
run: |
docker pull openturns/archlinux-module-mingw
docker run -e MAKEFLAGS='-j2' -v `pwd`:/io openturns/archlinux-module-mingw /io/.ci_support/run_docker_mingw.sh
docker run -e MAKEFLAGS='-j4' -v `pwd`:/io openturns/archlinux-module-mingw /io/.ci_support/run_docker_mingw.sh

0 comments on commit 5ebc193

Please sign in to comment.