Merge pull request #853 from larsclausen/ci-parallel
ci: Use parallel build
This commit is contained in:
commit
45bd0968c3
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
export PATH="/usr/local/opt/bison/bin:$PATH"
|
||||
autoconf
|
||||
./configure
|
||||
make check
|
||||
make -j$(nproc) check
|
||||
sudo make install
|
||||
|
||||
- name: Test
|
||||
|
|
@ -58,7 +58,7 @@ jobs:
|
|||
run: |
|
||||
autoconf
|
||||
./configure
|
||||
make check
|
||||
make -j$(nproc) check
|
||||
sudo make install
|
||||
|
||||
- name: Test
|
||||
|
|
|
|||
Loading…
Reference in New Issue