mirror of
https://github.com/Z3Prover/z3
synced 2025-04-07 09:55:19 +00:00
create 18 pipeline
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ced2a0281b
commit
ed26a7267c
|
@ -14,7 +14,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
MT:
|
MT:
|
||||||
cmdLine: 'python scripts/mk_make.py -d --java --dotnet --ml'
|
cmdLine: 'python scripts/mk_make.py -d --java --dotnet'
|
||||||
ST:
|
ST:
|
||||||
cmdLine: './configure --single-threaded'
|
cmdLine: './configure --single-threaded'
|
||||||
steps:
|
steps:
|
||||||
|
@ -33,6 +33,22 @@ jobs:
|
||||||
# ./cpp_example
|
# ./cpp_example
|
||||||
# ./c_example
|
# ./c_example
|
||||||
|
|
||||||
|
- job: "Ubuntu18 with ocaml"
|
||||||
|
displayName: "Ubuntu 18 with ocaml"
|
||||||
|
pool:
|
||||||
|
vmImage: "Ubuntu-18.04"
|
||||||
|
steps:
|
||||||
|
- script: sudo apt-get install ocaml opam
|
||||||
|
- script: python scripts/mk_make.py --java --dotnet --ml
|
||||||
|
- script: |
|
||||||
|
set -e
|
||||||
|
cd build
|
||||||
|
make -j3
|
||||||
|
make -j3 examples
|
||||||
|
make -j3 test-z3
|
||||||
|
cd ..
|
||||||
|
- template: scripts/test-z3.yml
|
||||||
|
- template: scripts/test-regressions.yml
|
||||||
|
|
||||||
# TBD:
|
# TBD:
|
||||||
# test python bindings
|
# test python bindings
|
||||||
|
|
Loading…
Reference in a new issue