We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 779bd0b commit dd2857fCopy full SHA for dd2857f
.github/workflows/release-windows.yml
@@ -94,6 +94,8 @@ jobs:
94
# TODO: build with multiple threads
95
- name: Build CLI x64 release configuration using MSBuild
96
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
99
100
- uses: actions/upload-artifact@v4
101
with:
0 commit comments