Skip to content

Commit 5c4ad4f

Browse files
cd to dist in nightly.yaml
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent d3fbb9d commit 5c4ad4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/nightly.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ stages:
9494
- script: sudo apt install ninja-build -y
9595
- script: |
9696
mkdir dist
97+
cd dist
9798
CXX=aarch64-linux-gnu-g++ CC=aarch64-linux-gnu-gcc cmake \
9899
-DCMAKE_BUILD_TYPE=RelWithDebInfo\
99100
-DZ3_BUILD_DOTNET_BINDINGS=ON\
@@ -107,11 +108,10 @@ stages:
107108
-DCMAKE_INSTALL_PYTHON_PKG_DIR=bin/python\
108109
-DZ3_BUILD_LIBZ3_SHARED=ON\
109110
-DCMAKE_INSTALL_PREFIX=dist\
110-
-G "Ninja" ..
111+
-G "Ninja" /..
111112
ninja install
112-
- script: |
113-
cd dist
114113
zip bin z3-$(NightlyVersion)-ubuntu-arm64.zip
114+
cd ..
115115
- script: cp dist/*.zip $(Build.ArtifactStagingDirectory)/.
116116
- task: PublishPipelineArtifact@0
117117
inputs:

0 commit comments

Comments
 (0)