mirror of
https://github.com/Z3Prover/z3
synced 2025-04-07 09:55:19 +00:00
Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
71009a9d02
commit
1d2eac366a
|
@ -11,11 +11,11 @@ jobs:
|
||||||
cd build
|
cd build
|
||||||
make
|
make
|
||||||
- script: git clone https://github.com/z3prover/z3test z3test
|
- script: git clone https://github.com/z3prover/z3test z3test
|
||||||
- script: python z3test/scripts/test_benchmarks.py build/z3.exe z3test/regressions/smt2
|
- script: python z3test/scripts/test_benchmarks.py build/z3 z3test/regressions/smt2
|
||||||
- script: |
|
- script: |
|
||||||
cd build
|
cd build
|
||||||
make cpp_example
|
make cpp_example
|
||||||
cpp_example.exe
|
./cpp_example
|
||||||
make java_example
|
make java_example
|
||||||
make dotnet_example
|
make dotnet_example
|
||||||
make test-z3
|
make test-z3
|
||||||
|
|
Loading…
Reference in a new issue