Merge bitcoin-core/secp256k1#1369: ci: Print commit in Windows container
a7bec34231b991ad0e1f686f6505a81749a2a8c7 ci: Print commit in Windows container (Hennadii Stepanov) Pull request description: This PR is a follow-up to https://github.com/bitcoin-core/secp256k1/pull/1368 and adds the same functionality to Windows containers that is already available in Linux containers. See: https://github.com/bitcoin-core/secp256k1/pull/1368#discussion_r1250454050. ACKs for top commit: real-or-random: ACK a7bec34231b991ad0e1f686f6505a81749a2a8c7 seems to work: https://cirrus-ci.com/task/4919320090771456?logs=git_show#L2 Tree-SHA512: 0998e0f7231e3057a7e358a27b34071c73ca556973da20494db84fc67f2a72ad2fe582e59647a425ee41e7d9103a0a22fb3cdf0ace6fe0aed1d21f2f75c8ec53
This commit is contained in:
commit
7966aee31d
@ -383,6 +383,9 @@ task:
|
|||||||
# Ignore MSBuild warning MSB8029.
|
# Ignore MSBuild warning MSB8029.
|
||||||
# See: https://learn.microsoft.com/en-us/visualstudio/msbuild/errors/msb8029?view=vs-2022
|
# See: https://learn.microsoft.com/en-us/visualstudio/msbuild/errors/msb8029?view=vs-2022
|
||||||
IgnoreWarnIntDirInTempDetected: 'true'
|
IgnoreWarnIntDirInTempDetected: 'true'
|
||||||
|
git_show_script:
|
||||||
|
# Print commit to allow reproducing the job outside of CI.
|
||||||
|
- git show --no-patch
|
||||||
configure_script:
|
configure_script:
|
||||||
- '%x64_NATIVE_TOOLS%'
|
- '%x64_NATIVE_TOOLS%'
|
||||||
- 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
|
- 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user