mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 20:18:18 +00:00
Set up CI with Azure Pipelines
[skip ci]
This commit is contained in:
parent
5687cda101
commit
ae93469e17
|
@ -1,5 +1,5 @@
|
||||||
pool:
|
pool:
|
||||||
vmImage: "vs2017-win2016"
|
vmImage: "ubuntu-16.04"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
@ -12,9 +12,9 @@ steps:
|
||||||
inputs:
|
inputs:
|
||||||
secureFile: 'z3.snk'
|
secureFile: 'z3.snk'
|
||||||
|
|
||||||
- script: scripts\mk_win_dist.cmd
|
- script: python scripts/mk_unix_dist.py --dotnet-key=$(Agent.TempDirectory)/z3.snk
|
||||||
|
|
||||||
- script: xcopy dist\*.zip $(Build.ArtifactStagingDirectory)\* /y
|
- script: cp dist/*.zip $(Build.ArtifactStagingDirectory)/*
|
||||||
|
|
||||||
- task: GitHubRelease@0
|
- task: GitHubRelease@0
|
||||||
inputs:
|
inputs:
|
||||||
|
@ -24,10 +24,10 @@ steps:
|
||||||
target: '$(Build.SourceVersion)'
|
target: '$(Build.SourceVersion)'
|
||||||
tagSource: 'manual'
|
tagSource: 'manual'
|
||||||
tag: '$(Build.SourceVersion)'
|
tag: '$(Build.SourceVersion)'
|
||||||
title: 'Nightly Windows'
|
title: 'Nightly Ubuntu'
|
||||||
releaseNotesSource: 'input'
|
releaseNotesSource: 'input'
|
||||||
releaseNotes: 'nightly build'
|
releaseNotes: 'nightly build'
|
||||||
isDraft: true
|
isDraft: false
|
||||||
isPreRelease: true
|
isPreRelease: true
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue