File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,8 @@ stages:
93
93
- script : sudo apt install g++-aarch64-linux-gnu -y
94
94
- script : sudo apt install ninja-build -y
95
95
- script : |
96
+ mkdir build
97
+ cd build
96
98
cmake \
97
99
-DCMAKE_BUILD_TYPE=RelWithDebInfo\
98
100
-DCMAKE_CXX_COMPILER=aarch64-linux-gnu-g++\
@@ -107,10 +109,11 @@ stages:
107
109
-DCMAKE_INSTALL_PYTHON_PKG_DIR=bin/python\
108
110
-DZ3_BUILD_LIBZ3_SHARED=ON\
109
111
-DCMAKE_INSTALL_PREFIX=dist\
110
- -G "Ninja" .
112
+ -G "Ninja" ../
111
113
ninja install
112
114
zip -r z3-$(NightlyVersion)-ubuntu-arm64.zip dist
113
- - script : cp *.zip $(Build.ArtifactStagingDirectory)/.
115
+ cd ..
116
+ - script : cp build/*.zip $(Build.ArtifactStagingDirectory)/.
114
117
- task : PublishPipelineArtifact@0
115
118
inputs :
116
119
artifactName : ' UbuntuArm64CMAKE'
You can’t perform that action at this time.
0 commit comments