3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-07 09:55:19 +00:00

Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Nikolaj Bjorner 2019-06-06 18:51:08 +02:00
parent 8f70a274e5
commit 03ba9ec75f

View file

@ -1,18 +1,6 @@
jobs: jobs:
- job: "Windows"
displayName: "Windows build"
pool:
vmImage: "vs2017-win2016"
steps:
- task: DotNetCoreInstaller@0
displayName: 'Use .NET Core sdk 2.1'
inputs:
version: 2.1.300
- script: scripts\vsts-vs2017.cmd x64
- script: scripts\vsts-vs2013.cmd
- job: "LinuxPython" - job: "LinuxPython"
displayName: "Ubuntu build - python make" displayName: "Ubuntu build - python make"
pool: pool:
@ -24,7 +12,6 @@ jobs:
version: 2.1.300 version: 2.1.300
# TBD add steps for building and testing # TBD add steps for building and testing
- job: "LinuxCMake" - job: "LinuxCMake"
displayName: "Ubuntu build - cmake" displayName: "Ubuntu build - cmake"
pool: pool:
@ -37,6 +24,19 @@ jobs:
# TBD add steps for building and testing # TBD add steps for building and testing
# debug/release/asan/ubsan/ # debug/release/asan/ubsan/
- job: "Windows2017"
displayName: "Windows 2017 build"
pool:
vmImage: "vs2017-win2016"
steps:
- task: DotNetCoreInstaller@0
displayName: 'Use .NET Core sdk 2.1'
inputs:
version: 2.1.300
- script: scripts\vsts-vs2017.cmd x64
# TBD add job for Mac build/test # TBD add job for Mac build/test