Skip to content

Commit

Permalink
update nightly
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 5c4ad4f commit 5551f1e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,9 @@ stages:
- script: |
mkdir dist
cd dist
CXX=aarch64-linux-gnu-g++ CC=aarch64-linux-gnu-gcc cmake \
cmake \
-DCMAKE_BUILD_TYPE=RelWithDebInfo\
-DCMAKE_CXX_COMPILER=aarch64-linux-gnu-g++\
-DZ3_BUILD_DOTNET_BINDINGS=ON\
-DZ3_INSTALL_DOTNET_BINDINGS=ON \
-DZ3_BUILD_JAVA_BINDINGS=ON\
Expand All @@ -108,7 +109,7 @@ stages:
-DCMAKE_INSTALL_PYTHON_PKG_DIR=bin/python\
-DZ3_BUILD_LIBZ3_SHARED=ON\
-DCMAKE_INSTALL_PREFIX=dist\
-G "Ninja" /..
-G "Ninja" ../
ninja install
zip bin z3-$(NightlyVersion)-ubuntu-arm64.zip
cd ..
Expand Down

0 comments on commit 5551f1e

Please sign in to comment.