We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 880c867 commit 22007c3Copy full SHA for 22007c3
.azure-pipelines.yml
@@ -90,6 +90,7 @@ jobs:
90
workingDirectory: $(Build.BinariesDirectory)
91
cmakeArgs: --build .
92
displayName: Build
93
+ env: { "VERBOSE": "1" }
94
- publish: $(Build.BinariesDirectory)/sysroot
95
artifact: wasi-libc
96
condition: and(succeeded(), eq(variables['Agent.OS'], 'Darwin'))
0 commit comments