Skip to content

Commit

Permalink
move libz3.so from lib to bin, remove lib from distribution
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Feb 5, 2024
1 parent 7970e4f commit 548b9d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ stages:
-DCMAKE_INSTALL_PREFIX=$(name)\
-G "Ninja" ../
ninja install
cp -r Microsoft.Z3 $(name)/.
cp -r Microsoft.Z3 $(name)/bin/.
cp $(name)/lib/libz3.so $(name)/bin/.
rm -rf $(name)/lib
zip -r $(name).zip $(name)
cd ..
- script: cp $(arch)/*.zip $(Build.ArtifactStagingDirectory)/.
Expand Down

0 comments on commit 548b9d0

Please sign in to comment.