3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 01:24:08 +00:00

Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Nikolaj Bjorner 2019-06-06 20:15:16 +02:00
parent 71009a9d02
commit 1d2eac366a

View file

@ -11,11 +11,11 @@ jobs:
cd build
make
- 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: |
cd build
make cpp_example
cpp_example.exe
./cpp_example
make java_example
make dotnet_example
make test-z3