mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 19:52:29 +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' |         artifactName: 'UbuntuBuild20' | ||||||
|         targetPath: $(Build.ArtifactStagingDirectory) |         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 |   - job: UbuntuDoc | ||||||
|     displayName: "Ubuntu Doc build" |     displayName: "Ubuntu Doc build" | ||||||
|     pool: |     pool: | ||||||
|  | @ -225,6 +239,11 @@ stages: | ||||||
|       inputs: |       inputs: | ||||||
|         artifact: 'UbuntuBuild20' |         artifact: 'UbuntuBuild20' | ||||||
|         path: $(Agent.TempDirectory)\package |         path: $(Agent.TempDirectory)\package | ||||||
|  |     - task: DownloadPipelineArtifact@2 | ||||||
|  |       displayName: 'Download Ubuntu ARM64 Build' | ||||||
|  |       inputs: | ||||||
|  |         artifact: 'UbuntuArm64' | ||||||
|  |         path: $(Agent.TempDirectory)\package	 | ||||||
|     - task: DownloadPipelineArtifact@2 |     - task: DownloadPipelineArtifact@2 | ||||||
|       displayName: 'Download macOS Build' |       displayName: 'Download macOS Build' | ||||||
|       inputs: |       inputs: | ||||||
|  | @ -480,6 +499,11 @@ stages: | ||||||
|       inputs: |       inputs: | ||||||
|         artifact: 'UbuntuBuild' |         artifact: 'UbuntuBuild' | ||||||
|         path: $(Agent.TempDirectory) |         path: $(Agent.TempDirectory) | ||||||
|  |     - task: DownloadPipelineArtifact@2 | ||||||
|  |       displayName: "Download Ubuntu Arm64" | ||||||
|  |       inputs: | ||||||
|  |         artifactName: 'UbuntuArm64' | ||||||
|  |         targetPath: tmp	 | ||||||
|     - task: DownloadPipelineArtifact@2 |     - task: DownloadPipelineArtifact@2 | ||||||
|       displayName: "Download Doc" |       displayName: "Download Doc" | ||||||
|       inputs: |       inputs: | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue