|
|
|
@@ -11,11 +11,13 @@ pushd build |
|
|
|
taskkill /F /IM %exeName% > NUL 2> NUL |
|
|
|
|
|
|
|
echo ---------- Compiling ---------- |
|
|
|
call timecmd cl ../src/main.cpp /std:c++latest /Fe%exeName% /D_DEBUG /W3 /Zi /nologo /EHsc /link /NODEFAULTLIB:libucrt libucrtd.lib |
|
|
|
call timecmd cl ../src/main.cpp /std:c++latest /Fe%exeName% /W3 /Zi /nologo /EHsc /link /NODEFAULTLIB:libucrt libucrtd.lib |
|
|
|
|
|
|
|
if %errorlevel% == 0 ( |
|
|
|
echo. |
|
|
|
echo Done |
|
|
|
echo. |
|
|
|
call timecmd slime.exe --run-tests |
|
|
|
) else ( |
|
|
|
echo. |
|
|
|
echo Fuckin' ell |
|
|
|
|