Skip to content

Commit 7c2e4f2

Browse files
fiddle with what gets added to win-arm64
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent f7d9a5b commit 7c2e4f2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scripts/nightly.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -234,11 +234,12 @@ stages:
234234
detailedLog: true
235235

236236
- job: "WindowsArm64"
237-
displayName: "Windows"
237+
displayName: "WindowsArm64"
238238
pool:
239239
vmImage: "windows-latest"
240240
variables:
241241
arch: "amd64_arm64"
242+
bindings: "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
242243
steps:
243244
- script: md build
244245
- script: |
@@ -250,7 +251,7 @@ stages:
250251
- task: CopyFiles@2
251252
inputs:
252253
sourceFolder: build
253-
contents: '*.zip'
254+
contents: '*z3*.*'
254255
targetFolder: $(Build.ArtifactStagingDirectory)
255256
- task: PublishPipelineArtifact@1
256257
inputs:

0 commit comments

Comments
 (0)