mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
fixing paths and re-add arm64
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
485a018c59
commit
05d625bf0b
|
@ -56,12 +56,12 @@ stages:
|
||||||
vmImage: "ubuntu-latest"
|
vmImage: "ubuntu-latest"
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
# arm64:
|
arm64:
|
||||||
# setupcmds: 'sudo apt update& sudo apt install gcc-arm-none-eabi gcc-arm-linux-gnueabihf gcc-aarch64-linux-gnu g++-aarch64-linux-gnu ninja-build -y'
|
setupcmds: 'sudo apt update& sudo apt install gcc-arm-none-eabi gcc-arm-linux-gnueabihf gcc-aarch64-linux-gnu g++-aarch64-linux-gnu ninja-build -y'
|
||||||
# buildenv: 'CXX=aarch64-linux-gnu-g++ CC=aarch64-linux-gnu-gcc'
|
buildenv: 'CXX=aarch64-linux-gnu-g++ CC=aarch64-linux-gnu-gcc'
|
||||||
# arch: 'arm64'
|
arch: 'arm64'
|
||||||
# name: 'z3-$(AssemblyVersion)-arm64-ubuntu'
|
name: 'z3-$(AssemblyVersion)-arm64-ubuntu'
|
||||||
# compiler: 'aarch64-linux-gnu-g++-11'
|
compiler: 'aarch64-linux-gnu-g++-11'
|
||||||
x64:
|
x64:
|
||||||
setupcmds: 'sudo apt update& sudo apt install ninja-build -y'
|
setupcmds: 'sudo apt update& sudo apt install ninja-build -y'
|
||||||
buildenv: ''
|
buildenv: ''
|
||||||
|
@ -178,7 +178,7 @@ stages:
|
||||||
- task: PublishPipelineArtifact@1
|
- task: PublishPipelineArtifact@1
|
||||||
inputs:
|
inputs:
|
||||||
targetPath: $(Build.ArtifactStagingDirectory)
|
targetPath: $(Build.ArtifactStagingDirectory)
|
||||||
artifactName: 'Windows32'
|
artifactName: 'WindowsBuild-x86'
|
||||||
- task: CopyFiles@2
|
- task: CopyFiles@2
|
||||||
displayName: 'Collect Symbols'
|
displayName: 'Collect Symbols'
|
||||||
inputs:
|
inputs:
|
||||||
|
@ -522,7 +522,7 @@ stages:
|
||||||
steps:
|
steps:
|
||||||
- task: DownloadPipelineArtifact@2
|
- task: DownloadPipelineArtifact@2
|
||||||
inputs:
|
inputs:
|
||||||
artifactName: 'Windows32'
|
artifactName: 'WindowsBuild-x86'
|
||||||
targetPath: $(Agent.TempDirectory)
|
targetPath: $(Agent.TempDirectory)
|
||||||
- task: DownloadPipelineArtifact@2
|
- task: DownloadPipelineArtifact@2
|
||||||
inputs:
|
inputs:
|
||||||
|
@ -572,7 +572,7 @@ stages:
|
||||||
- task: DownloadPipelineArtifact@2
|
- task: DownloadPipelineArtifact@2
|
||||||
displayName: "Download windows32"
|
displayName: "Download windows32"
|
||||||
inputs:
|
inputs:
|
||||||
artifactName: 'Windows32'
|
artifactName: 'WindowsBuild-x86'
|
||||||
targetPath: tmp
|
targetPath: tmp
|
||||||
- task: DownloadPipelineArtifact@2
|
- task: DownloadPipelineArtifact@2
|
||||||
displayName: "Download windows64"
|
displayName: "Download windows64"
|
||||||
|
|
Loading…
Reference in a new issue