From b1fc1c9e40c63ed0f67d9858dfbf4092c1d7a943 Mon Sep 17 00:00:00 2001 From: Tim Ruffing Date: Fri, 4 Aug 2023 15:29:27 +0200 Subject: [PATCH] HACK print environment to debug ci on windows --- .cirrus.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index 0a278eb5b..703db6c9f 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -450,6 +450,8 @@ task: - git show --no-patch configure_script: - '%x64_NATIVE_TOOLS%' + # HACK + - set - cmake -E env CFLAGS="/WX" cmake -A x64 -B build -DSECP256K1_ENABLE_MODULE_RECOVERY=ON -DSECP256K1_BUILD_EXAMPLES=ON -DBUILD_SHARED_LIBS=%BUILD_SHARED_LIBS% build_script: - '%x64_NATIVE_TOOLS%'