3
0
Fork 0
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:
Nikolaj Bjorner 2020-12-20 13:56:54 -08:00
parent 6c42e8068c
commit b108f5163d

View file

@ -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: