mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
Update nightly.yaml for Azure Pipelines
This commit is contained in:
parent
0038817656
commit
6ce03cd6f0
|
@ -98,12 +98,14 @@ stages:
|
|||
image: "quay.io/pypa/musllinux_1_1_x86_64:latest"
|
||||
python: "/opt/python/cp310-cp310/bin/python"
|
||||
maxParallel: 2
|
||||
variables:
|
||||
python: $(python)
|
||||
name: $(name)
|
||||
image: $(image)
|
||||
displayName: "$(name) build"
|
||||
pool:
|
||||
vmImage: "Ubuntu-18.04"
|
||||
container: $(image)
|
||||
variables:
|
||||
python: $(python)
|
||||
container: "quay.io/pypa/manylinux2010_x86_64:latest"
|
||||
steps:
|
||||
- script: $(python) scripts/mk_unix_dist.py --nodotnet --nojava
|
||||
- script: git clone https://github.com/z3prover/z3test z3test
|
||||
|
|
Loading…
Reference in a new issue