Skip to content

Commit a7bec34

Browse files
committed
ci: Print commit in Windows container
This change adds the same functionality to Windows containers that is already available in Linux containers.
1 parent 249c81e commit a7bec34

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.cirrus.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,9 @@ task:
383383
# Ignore MSBuild warning MSB8029.
384384
# See: https://learn.microsoft.com/en-us/visualstudio/msbuild/errors/msb8029?view=vs-2022
385385
IgnoreWarnIntDirInTempDetected: 'true'
386+
git_show_script:
387+
# Print commit to allow reproducing the job outside of CI.
388+
- git show --no-patch
386389
configure_script:
387390
- '%x64_NATIVE_TOOLS%'
388391
- 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

Comments
 (0)