Skip to content

Commit c1ea901

Browse files
committed
win2022
1 parent b32aa16 commit c1ea901

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/CI-windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
if "${{ matrix.arch }}" == "x86" (
151151
set ARCH=Win32
152152
)
153-
#cmake --build build --target check --config Debug || exit /b !errorlevel!
153+
:: cmake --build build --target check --config Debug || exit /b !errorlevel!
154154
msbuild -m cppcheck.sln /p:Configuration=Debug-PCRE;Platform=%ARCH% -maxcpucount || exit /b !errorlevel!
155155
156156
- name: Run Debug test
@@ -163,7 +163,7 @@ jobs:
163163
if "${{ matrix.arch }}" == "x86" (
164164
set ARCH=Win32
165165
)
166-
#cmake --build build --target check --config Release || exit /b !errorlevel!
166+
:: cmake --build build --target check --config Release || exit /b !errorlevel!
167167
msbuild -m cppcheck.sln /p:Configuration=Release-PCRE;Platform=%ARCH% -maxcpucount || exit /b !errorlevel!
168168
169169
- name: Run Release test
@@ -173,7 +173,7 @@ jobs:
173173
if: matrix.qt_ver == ''
174174
run: |
175175
:: since FILESDIR is not set copy the binary to the root so the addons are found
176-
#copy .\build\bin\Release\cppcheck.exe .\cppcheck.exe || exit /b !errorlevel!
176+
:: copy .\build\bin\Release\cppcheck.exe .\cppcheck.exe || exit /b !errorlevel!
177177
copy .\bin\cppcheck.exe .\cppcheck.exe || exit /b !errorlevel!
178178
copy .\bin\cppcheck-core.dll .\cppcheck-core.dll || exit /b !errorlevel!
179179
cd test/cli || exit /b !errorlevel!

0 commit comments

Comments
 (0)