mirror of
https://github.com/Z3Prover/z3
synced 2026-03-22 12:38:52 +00:00
Update .github/workflows/ci.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
b8736991f3
commit
c2a17dac0b
1 changed files with 4 additions and 3 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
|
@ -402,9 +402,10 @@ jobs:
|
|||
run: |
|
||||
set -e
|
||||
cd build
|
||||
make -j$(nproc)
|
||||
make -j$(nproc) examples
|
||||
make -j$(nproc) test-z3
|
||||
JOBS=$(getconf _NPROCESSORS_ONLN 2>/dev/null || sysctl -n hw.ncpu || echo 1)
|
||||
make -j"$JOBS"
|
||||
make -j"$JOBS" examples
|
||||
make -j"$JOBS" test-z3
|
||||
./cpp_example
|
||||
./c_example
|
||||
cd ..
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue