mirror of
https://github.com/Z3Prover/z3
synced 2025-07-25 21:57:00 +00:00
add stages
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6c42e8068c
commit
b108f5163d
1 changed files with 247 additions and 243 deletions
|
@ -1,6 +1,8 @@
|
|||
variables:
|
||||
ReleaseVersion: '4.8.10'
|
||||
|
||||
stages:
|
||||
- stage: Build
|
||||
jobs:
|
||||
|
||||
- job: Mac
|
||||
|
@ -94,7 +96,8 @@ jobs:
|
|||
targetPath: $(Build.ArtifactStagingDirectory)
|
||||
artifactName: 'Windows64'
|
||||
|
||||
|
||||
- stage: Package
|
||||
jobs:
|
||||
- job: NuGet
|
||||
displayName: "NuGet packaging"
|
||||
dependsOn:
|
||||
|
@ -203,6 +206,7 @@ jobs:
|
|||
artifactName: 'Python packages'
|
||||
targetPath: src/api/python/dist
|
||||
|
||||
- stage: Deployment
|
||||
- job: Deploy
|
||||
displayName: "Deploy into GitHub"
|
||||
dependsOn:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue