mirror of
https://github.com/Z3Prover/z3
synced 2025-08-21 10:41:35 +00:00
nit fixes
This commit is contained in:
parent
1e3709d737
commit
5854bcb92f
3 changed files with 6 additions and 10 deletions
|
@ -8,7 +8,6 @@ variables:
|
|||
stages:
|
||||
- stage: Build
|
||||
jobs:
|
||||
|
||||
- job: Mac
|
||||
displayName: "Mac Build"
|
||||
pool:
|
||||
|
@ -23,7 +22,6 @@ stages:
|
|||
artifactName: 'Mac'
|
||||
targetPath: $(Build.ArtifactStagingDirectory)
|
||||
|
||||
|
||||
- job: MacArm64
|
||||
displayName: "Mac ARM64 Build"
|
||||
pool:
|
||||
|
@ -37,7 +35,6 @@ stages:
|
|||
artifactName: 'MacArm64'
|
||||
targetPath: $(Build.ArtifactStagingDirectory)
|
||||
|
||||
|
||||
- job: Ubuntu
|
||||
displayName: "Ubuntu build"
|
||||
pool:
|
||||
|
@ -124,7 +121,6 @@ stages:
|
|||
# artifactName: '$(name)Build'
|
||||
# targetPath: $(Build.ArtifactStagingDirectory)
|
||||
|
||||
|
||||
- job: Windows32
|
||||
displayName: "Windows 32-bit build"
|
||||
pool:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue