mirror of
https://github.com/Z3Prover/z3
synced 2025-06-19 04:13:38 +00:00
Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
71009a9d02
commit
1d2eac366a
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue