mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 03:32:28 +00:00 
			
		
		
		
	update release.yml with linux-arm64
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									0606ca15d9
								
							
						
					
					
						commit
						afe1218bc6
					
				
					 1 changed files with 24 additions and 0 deletions
				
			
		|  | @ -114,6 +114,20 @@ stages: | |||
|         artifactName: 'UbuntuBuild20' | ||||
|         targetPath: $(Build.ArtifactStagingDirectory) | ||||
| 
 | ||||
|   - job: UbuntuArm64 | ||||
|     displayName: "Ubuntu ARM64 build" | ||||
|     pool: | ||||
|       vmImage: "ubuntu-latest" | ||||
|     steps: | ||||
|     - script: python scripts/mk_unix_dist.py --dotnet-key=$(Build.SourcesDirectory)/resources/z3.snk --arch=arm64 | ||||
|     - script: git clone https://github.com/z3prover/z3test z3test | ||||
|     - script: python z3test/scripts/test_benchmarks.py build-dist/z3 z3test/regressions/smt2     | ||||
|     - script: cp dist/*.zip $(Build.ArtifactStagingDirectory)/. | ||||
|     - task: PublishPipelineArtifact@0 | ||||
|       inputs: | ||||
|         artifactName: 'UbuntuArm64' | ||||
|         targetPath: $(Build.ArtifactStagingDirectory) | ||||
| 
 | ||||
|   - job: UbuntuDoc | ||||
|     displayName: "Ubuntu Doc build" | ||||
|     pool: | ||||
|  | @ -225,6 +239,11 @@ stages: | |||
|       inputs: | ||||
|         artifact: 'UbuntuBuild20' | ||||
|         path: $(Agent.TempDirectory)\package | ||||
|     - task: DownloadPipelineArtifact@2 | ||||
|       displayName: 'Download Ubuntu ARM64 Build' | ||||
|       inputs: | ||||
|         artifact: 'UbuntuArm64' | ||||
|         path: $(Agent.TempDirectory)\package	 | ||||
|     - task: DownloadPipelineArtifact@2 | ||||
|       displayName: 'Download macOS Build' | ||||
|       inputs: | ||||
|  | @ -480,6 +499,11 @@ stages: | |||
|       inputs: | ||||
|         artifact: 'UbuntuBuild' | ||||
|         path: $(Agent.TempDirectory) | ||||
|     - task: DownloadPipelineArtifact@2 | ||||
|       displayName: "Download Ubuntu Arm64" | ||||
|       inputs: | ||||
|         artifactName: 'UbuntuArm64' | ||||
|         targetPath: tmp	 | ||||
|     - task: DownloadPipelineArtifact@2 | ||||
|       displayName: "Download Doc" | ||||
|       inputs: | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue