Skip to content

Commit

Permalink
Merge bitcoin-core/secp256k1#1369: ci: Print commit in Windows container
Browse files Browse the repository at this point in the history
a7bec34 ci: Print commit in Windows container (Hennadii Stepanov)

Pull request description:

  This PR is a follow-up to bitcoin-core/secp256k1#1368 and adds the same functionality to Windows containers that is already available in Linux containers.

  See: bitcoin-core/secp256k1#1368 (comment).

ACKs for top commit:
  real-or-random:
    ACK a7bec34 seems to work: https://cirrus-ci.com/task/4919320090771456?logs=git_show#L2

Tree-SHA512: 0998e0f7231e3057a7e358a27b34071c73ca556973da20494db84fc67f2a72ad2fe582e59647a425ee41e7d9103a0a22fb3cdf0ace6fe0aed1d21f2f75c8ec53
  • Loading branch information
real-or-random committed Jul 3, 2023
2 parents 249c81e + a7bec34 commit 7966aee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .cirrus.yml
Expand Up @@ -383,6 +383,9 @@ task:
# Ignore MSBuild warning MSB8029.
# See: https://learn.microsoft.com/en-us/visualstudio/msbuild/errors/msb8029?view=vs-2022
IgnoreWarnIntDirInTempDetected: 'true'
git_show_script:
# Print commit to allow reproducing the job outside of CI.
- git show --no-patch
configure_script:
- '%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
Expand Down

0 comments on commit 7966aee

Please sign in to comment.