mirror of
https://github.com/Z3Prover/z3
synced 2025-07-26 22:17:54 +00:00
update python tag
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
9cc1549dbe
commit
a59dcfdeab
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ stages:
|
||||||
vmImage: "Ubuntu-18.04"
|
vmImage: "Ubuntu-18.04"
|
||||||
container: "quay.io/pypa/manylinux2010_x86_64:latest"
|
container: "quay.io/pypa/manylinux2010_x86_64:latest"
|
||||||
variables:
|
variables:
|
||||||
python: "/opt/python/cp35-cp35m/bin/python"
|
python: "/opt/python/cp37-cp37m/bin/python"
|
||||||
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…
Add table
Add a link
Reference in a new issue