Skip to content

Commit

Permalink
DEBUG Appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamefire committed Dec 4, 2024
1 parent 26679ae commit 96cecd0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,13 @@ build: off
test_script: ci\build.bat

for:
- matrix:
only: [FLAVOR: 'mingw64 (32-bit)']
build_script: |
echo %PATH%
cd %ADDPATH%
dir /s *.dll
# CodeCov coverage build
- matrix:
only: [COVERAGE: true]
Expand Down

0 comments on commit 96cecd0

Please sign in to comment.