mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
wt$
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6b4bc5bd38
commit
d09d37cb10
|
@ -93,7 +93,7 @@ stages:
|
||||||
displayName: "ManyLinux build"
|
displayName: "ManyLinux build"
|
||||||
pool:
|
pool:
|
||||||
vmImage: "Ubuntu-18.04"
|
vmImage: "Ubuntu-18.04"
|
||||||
container: $(image)
|
container: "quay.io/pypa/manylinux2010_x86_64:latest"
|
||||||
steps:
|
steps:
|
||||||
- script: $(python) scripts/mk_unix_dist.py --nodotnet --nojava
|
- script: $(python) scripts/mk_unix_dist.py --nodotnet --nojava
|
||||||
- script: git clone https://github.com/z3prover/z3test z3test
|
- script: git clone https://github.com/z3prover/z3test z3test
|
||||||
|
|
Loading…
Reference in a new issue