File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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!
You can’t perform that action at this time.
0 commit comments