Skip to content

Commit dd2857f

Browse files
committed
release-windows.yml: bailout on compiler warnings
1 parent 779bd0b commit dd2857f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ jobs:
9494
# TODO: build with multiple threads
9595
- name: Build CLI x64 release configuration using MSBuild
9696
run: msbuild -m cppcheck.sln -t:cli -p:Configuration=Release-PCRE -p:Platform=x64 -p:HaveBoost=HAVE_BOOST -p:BoostInclude=%GITHUB_WORKSPACE%\boost || exit /b !errorlevel!
97+
env:
98+
_CL_: /WX
9799

98100
- uses: actions/upload-artifact@v4
99101
with:

0 commit comments

Comments
 (0)