File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -73,17 +73,17 @@ cd %APPDIR%
7373echo n | tspawn s blog
7474tspawn w foo
7575
76- :: Test in debug mode
77- call :CMakeBuild Debug
78- if ERRORLEVEL 1 exit /B %ERRORLEVEL%
79- call :CheckWebApp treefrogd.exe
80- if ERRORLEVEL 1 exit /B %ERRORLEVEL%
81-
82- call :QMakeBuild debug
83- if ERRORLEVEL 1 exit /B %ERRORLEVEL%
84- call :CheckWebApp treefrogd.exe
85- if ERRORLEVEL 1 exit /B %ERRORLEVEL%
86- nmake distclean > nul 2 > nul
76+ @ REM :: Test in debug mode
77+ @ REM call :CMakeBuild Debug
78+ @ REM if ERRORLEVEL 1 exit /B %ERRORLEVEL%
79+ @ REM call :CheckWebApp treefrogd.exe
80+ @ REM if ERRORLEVEL 1 exit /B %ERRORLEVEL%
81+
82+ @ REM call :QMakeBuild debug
83+ @ REM if ERRORLEVEL 1 exit /B %ERRORLEVEL%
84+ @ REM call :CheckWebApp treefrogd.exe
85+ @ REM if ERRORLEVEL 1 exit /B %ERRORLEVEL%
86+ @ REM nmake distclean > nul 2> nul
8787
8888:: Test in release mode
8989call :CMakeBuild Release
You can’t perform that action at this time.
0 commit comments