summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2021-03-23 23:05:38 -0600
committerKarl Williamson <khw@cpan.org>2022-08-09 21:09:24 -0600
commitea9a38e2d3f82f51bc1f6e2fec85911572064a81 (patch)
treed8a33ddddeb31537a9206aed7922485f38734338 /.github/workflows
parent58236863a5f7af6b81dab8284edf709c4cbc9e54 (diff)
downloadperl-ea9a38e2d3f82f51bc1f6e2fec85911572064a81.tar.gz
Make DEBUGGING the default on CI for Windows
This should help find things earlier/easier
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/testsuite.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml
index abcd3f0ca1..177b114f9d 100644
--- a/.github/workflows/testsuite.yml
+++ b/.github/workflows/testsuite.yml
@@ -362,7 +362,7 @@ jobs:
run: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
cd win32
- nmake CCTYPE=MSVC142
+ nmake CCTYPE=MSVC142 CFG=Debug
- name: Show Config
shell: cmd
run: |
@@ -373,7 +373,7 @@ jobs:
run: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
cd win32
- nmake CCTYPE=MSVC142 test
+ nmake CCTYPE=MSVC142 CFG=Debug test
# _ __ _ _
# _ __ ___ (_)_ __ __ ___ __/ /_ | || |
@@ -412,7 +412,7 @@ jobs:
shell: cmd
run: |
cd win32
- gmake CCHOME=C:\strawberry\c -f GNUMakefile -j2
+ gmake CCHOME=C:\strawberry\c CFG=Debug -f GNUMakefile -j2
- name: Show Config
shell: cmd
run: |
@@ -423,7 +423,7 @@ jobs:
run: |
cd win32
set HARNESS_OPTIONS=j2
- gmake CCHOME=C:\strawberry\c -f GNUMakefile test
+ gmake CCHOME=C:\strawberry\c CFG=Debug -f GNUMakefile test
# _
# ___ _ _ __ ___ _(_)_ __