Skip to content

Commit

Permalink
fiddle with what gets added to win-arm64
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Dec 14, 2023
1 parent f7d9a5b commit 7c2e4f2
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 @@ -234,11 +234,12 @@ stages:
detailedLog: true

- job: "WindowsArm64"
displayName: "Windows"
displayName: "WindowsArm64"
pool:
vmImage: "windows-latest"
variables:
arch: "amd64_arm64"
bindings: "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
steps:
- script: md build
- script: |
Expand All @@ -250,7 +251,7 @@ stages:
- task: CopyFiles@2
inputs:
sourceFolder: build
contents: '*.zip'
contents: '*z3*.*'
targetFolder: $(Build.ArtifactStagingDirectory)
- task: PublishPipelineArtifact@1
inputs:
Expand Down

0 comments on commit 7c2e4f2

Please sign in to comment.