mirror of
https://github.com/Z3Prover/z3
synced 2025-07-26 06:07:01 +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:
|
variables:
|
||||||
ReleaseVersion: '4.8.10'
|
ReleaseVersion: '4.8.10'
|
||||||
|
|
||||||
|
stages:
|
||||||
|
- stage: Build
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
- job: Mac
|
- job: Mac
|
||||||
|
@ -94,7 +96,8 @@ jobs:
|
||||||
targetPath: $(Build.ArtifactStagingDirectory)
|
targetPath: $(Build.ArtifactStagingDirectory)
|
||||||
artifactName: 'Windows64'
|
artifactName: 'Windows64'
|
||||||
|
|
||||||
|
- stage: Package
|
||||||
|
jobs:
|
||||||
- job: NuGet
|
- job: NuGet
|
||||||
displayName: "NuGet packaging"
|
displayName: "NuGet packaging"
|
||||||
dependsOn:
|
dependsOn:
|
||||||
|
@ -203,6 +206,7 @@ jobs:
|
||||||
artifactName: 'Python packages'
|
artifactName: 'Python packages'
|
||||||
targetPath: src/api/python/dist
|
targetPath: src/api/python/dist
|
||||||
|
|
||||||
|
- stage: Deployment
|
||||||
- job: Deploy
|
- job: Deploy
|
||||||
displayName: "Deploy into GitHub"
|
displayName: "Deploy into GitHub"
|
||||||
dependsOn:
|
dependsOn:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue