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 249c81e commit a7bec34Copy full SHA for a7bec34
.cirrus.yml
@@ -383,6 +383,9 @@ task:
383
# Ignore MSBuild warning MSB8029.
384
# See: https://learn.microsoft.com/en-us/visualstudio/msbuild/errors/msb8029?view=vs-2022
385
IgnoreWarnIntDirInTempDetected: 'true'
386
+ git_show_script:
387
+ # Print commit to allow reproducing the job outside of CI.
388
+ - git show --no-patch
389
configure_script:
390
- '%x64_NATIVE_TOOLS%'
391
- cmake -E env CFLAGS="/WX" cmake -G "Visual Studio 17 2022" -A x64 -S . -B build -DSECP256K1_ENABLE_MODULE_RECOVERY=ON -DSECP256K1_BUILD_EXAMPLES=ON
0 commit comments