3
0
Fork 0
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:
Nuno Lopes 2019-06-12 10:44:30 +01:00
parent 8d3dfd36b2
commit 328b182994

View file

@ -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 ..