Skip to content

Commit

Permalink
cd to dist in nightly.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Jan 31, 2024
1 parent d3fbb9d commit 5c4ad4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ stages:
- script: sudo apt install ninja-build -y
- script: |
mkdir dist
cd dist
CXX=aarch64-linux-gnu-g++ CC=aarch64-linux-gnu-gcc cmake \
-DCMAKE_BUILD_TYPE=RelWithDebInfo\
-DZ3_BUILD_DOTNET_BINDINGS=ON\
Expand All @@ -107,11 +108,10 @@ stages:
-DCMAKE_INSTALL_PYTHON_PKG_DIR=bin/python\
-DZ3_BUILD_LIBZ3_SHARED=ON\
-DCMAKE_INSTALL_PREFIX=dist\
-G "Ninja" ..
-G "Ninja" /..
ninja install
- script: |
cd dist
zip bin z3-$(NightlyVersion)-ubuntu-arm64.zip
cd ..
- script: cp dist/*.zip $(Build.ArtifactStagingDirectory)/.
- task: PublishPipelineArtifact@0
inputs:
Expand Down

0 comments on commit 5c4ad4f

Please sign in to comment.