mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 01:24:08 +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:
|
||||
matrix:
|
||||
MT:
|
||||
cmdLine: 'python scripts/mk_make.py -d --java --dotnet --ml'
|
||||
cmdLine: 'python scripts/mk_make.py -d --java --dotnet'
|
||||
ST:
|
||||
cmdLine: './configure --single-threaded'
|
||||
steps:
|
||||
|
@ -33,6 +33,22 @@ jobs:
|
|||
# ./cpp_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:
|
||||
# test python bindings
|
||||
|
|
Loading…
Reference in a new issue