cirrus: Build in parallel
This commit is contained in:
parent
4cf53bc429
commit
4104c8db1e
|
@ -10,7 +10,7 @@ freebsd_task:
|
||||||
gcc_script: pkg install -y gcc
|
gcc_script: pkg install -y gcc
|
||||||
env:
|
env:
|
||||||
CXX: g++
|
CXX: g++
|
||||||
test_script: gmake test
|
test_script: gmake -j4 test
|
||||||
env:
|
env:
|
||||||
LC_ALL: en_US.UTF-8
|
LC_ALL: en_US.UTF-8
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ linux_task:
|
||||||
- name: linux_gcc
|
- name: linux_gcc
|
||||||
container:
|
container:
|
||||||
image: gcc:7
|
image: gcc:7
|
||||||
test_script: make test
|
test_script: make -j4 test
|
||||||
env:
|
env:
|
||||||
LC_ALL: en_US.UTF-8
|
LC_ALL: en_US.UTF-8
|
||||||
|
|
||||||
|
@ -45,4 +45,4 @@ macos_task:
|
||||||
gcc_script: brew install gcc@7
|
gcc_script: brew install gcc@7
|
||||||
env:
|
env:
|
||||||
CXX: g++-7
|
CXX: g++-7
|
||||||
test_script: make test
|
test_script: make -j4 test
|
||||||
|
|
Loading…
Reference in New Issue
Block a user