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 e820701 commit 9a095cc
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions scripts/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ stages:
- script: sudo apt install g++-aarch64-linux-gnu -y
- script: sudo apt install ninja-build -y
- script: |
mkdir dist
cd dist
cmake \
-DCMAKE_BUILD_TYPE=RelWithDebInfo\
-DCMAKE_CXX_COMPILER=aarch64-linux-gnu-g++\
Expand All @@ -111,9 +109,8 @@ stages:
-DCMAKE_INSTALL_PREFIX=dist\
-G "Ninja" ../
ninja install
zip bin z3-$(NightlyVersion)-ubuntu-arm64.zip
cd ..
- script: cp dist/*.zip $(Build.ArtifactStagingDirectory)/.
zip -r z3-$(NightlyVersion)-ubuntu-arm64.zip dist
- script: cp *.zip $(Build.ArtifactStagingDirectory)/.
- task: PublishPipelineArtifact@0
inputs:
artifactName: 'UbuntuArm64CMAKE'
Expand Down

0 comments on commit 9a095cc

Please sign in to comment.