mirror of
https://github.com/Z3Prover/z3
synced 2025-04-07 09:55:19 +00:00
try dealing with mac pipeline
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c21f0c2f00
commit
d1719ee605
|
@ -103,12 +103,11 @@ jobs:
|
||||||
make -j3 test-z3
|
make -j3 test-z3
|
||||||
./cpp_example
|
./cpp_example
|
||||||
./c_example
|
./c_example
|
||||||
cd ..
|
cd ..
|
||||||
- template: scripts/test-z3.yml
|
- template: scripts/test-z3.yml
|
||||||
- template: scripts/test-regressions.yml
|
- template: scripts/test-regressions.yml
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- job: "MacOSCMake"
|
- job: "MacOSCMake"
|
||||||
displayName: "MacOS build with CMake"
|
displayName: "MacOS build with CMake"
|
||||||
pool:
|
pool:
|
||||||
|
|
Loading…
Reference in a new issue