3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-05 17:14:07 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-11-17 09:36:50 -08:00
parent 1752055aa6
commit 5194aa186a
2 changed files with 6 additions and 8 deletions

View file

@ -1,5 +1,5 @@
variables:
ReleaseVersion: '4.8.11'
ReleaseVersion: '4.8.13'
stages:
- stage: Build
@ -36,7 +36,7 @@ stages:
- job: UbuntuDoc
displayName: "Ubuntu Doc build"
pool:
vmImage: "Ubuntu-20.04"
vmImage: "Ubuntu-latest"
steps:
- script: sudo apt-get install ocaml opam libgmp-dev
- script: opam init -y
@ -51,7 +51,6 @@ stages:
make -j3
make -j3 examples
make -j3 test-z3
./ml_example
cd ..
- script: |
set -e

View file

@ -76,14 +76,14 @@ stages:
- job: UbuntuDoc
displayName: "Ubuntu Doc build"
pool:
vmImage: "Ubuntu-18.04"
vmImage: "Ubuntu-latest"
steps:
- script: sudo apt-get install ocaml opam libgmp-dev
- script: sudo apt-get install doxygen
- script: sudo apt-get install graphviz
- script: opam init -y
- script: eval `opam config env`; opam install zarith ocamlfind -y
- script: python scripts/mk_make.py --ml --staticlib
- script: eval `opam config env`; python scripts/mk_make.py --ml
- script: sudo apt-get install doxygen
- script: sudo apt-get install graphviz
- script: |
set -e
cd build
@ -91,7 +91,6 @@ stages:
make -j3
make -j3 examples
make -j3 test-z3
./ml_example
cd ..
- script: |
set -e