mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 01:24:08 +00:00
CI: compile with 3 threads
This commit is contained in:
parent
8d3dfd36b2
commit
328b182994
|
@ -20,9 +20,9 @@ jobs:
|
|||
- script: $(cmdLine)
|
||||
- script: |
|
||||
cd build
|
||||
make
|
||||
make examples
|
||||
make test-z3
|
||||
make -j3
|
||||
make -j3 examples
|
||||
make -j3 test-z3
|
||||
./cpp_example
|
||||
./c_example
|
||||
cd ..
|
||||
|
@ -105,9 +105,9 @@ jobs:
|
|||
- script: python scripts/mk_make.py -d --java --dotnet
|
||||
- script: |
|
||||
cd build
|
||||
make
|
||||
make examples
|
||||
make test-z3
|
||||
make -j3
|
||||
make -j3 examples
|
||||
make -j3 test-z3
|
||||
./cpp_example
|
||||
./c_example
|
||||
cd ..
|
||||
|
|
Loading…
Reference in a new issue