Skip to content

Commit

Permalink
Update nightly.yaml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Feb 1, 2024
1 parent 9a095cc commit f16afe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,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 -r z3-$(NightlyVersion)-ubuntu-arm64.zip dist
- script: cp *.zip $(Build.ArtifactStagingDirectory)/.
Expand Down

0 comments on commit f16afe5

Please sign in to comment.