mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 20:18:18 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
63b9c4bdf0
commit
36ad377a7d
|
@ -86,10 +86,10 @@ stages:
|
||||||
artifactName: 'UbuntuDoc'
|
artifactName: 'UbuntuDoc'
|
||||||
targetPath: $(Build.ArtifactStagingDirectory)
|
targetPath: $(Build.ArtifactStagingDirectory)
|
||||||
|
|
||||||
- job: LinuxBuild
|
- job: ManyLinuxBuild
|
||||||
variables:
|
variables:
|
||||||
python: "/opt/python/cp37-cp37m/bin/python"
|
python: "/opt/python/cp37-cp37m/bin/python"
|
||||||
name: Linux
|
name: ManyLinux
|
||||||
displayName: "ManyLinux build"
|
displayName: "ManyLinux build"
|
||||||
pool:
|
pool:
|
||||||
vmImage: "Ubuntu-18.04"
|
vmImage: "Ubuntu-18.04"
|
||||||
|
|
Loading…
Reference in a new issue