mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
		
							parent
							
								
									8f70a274e5
								
							
						
					
					
						commit
						03ba9ec75f
					
				
					 1 changed files with 13 additions and 13 deletions
				
			
		| 
						 | 
				
			
			@ -1,18 +1,6 @@
 | 
			
		|||
 | 
			
		||||
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"
 | 
			
		||||
  displayName: "Ubuntu build - python make"
 | 
			
		||||
  pool:
 | 
			
		||||
| 
						 | 
				
			
			@ -24,7 +12,6 @@ jobs:
 | 
			
		|||
        version: 2.1.300
 | 
			
		||||
    # TBD add steps for building and testing
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
- job: "LinuxCMake"
 | 
			
		||||
  displayName: "Ubuntu build - cmake"
 | 
			
		||||
  pool:
 | 
			
		||||
| 
						 | 
				
			
			@ -37,6 +24,19 @@ jobs:
 | 
			
		|||
    # TBD add steps for building and testing
 | 
			
		||||
    # 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 
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue