1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-12 19:14:46 +02:00

Windows buildbot fixes

[skip ci]
This commit is contained in:
Bram Matthys
2019-08-27 12:47:30 +02:00
parent fa29e22ea2
commit fc69c5300e
+1 -2
View File
@@ -60,7 +60,6 @@ del "C:\Program Files\UnrealIRCd 5\bin\unrealircd.exe"
echo Running installer...
start /WAIT unrealircd-dev-build.exe /VERYSILENT /LOG=setup.log
if %ERRORLEVEL% NEQ 0 goto installerfailed
EXIT /B 1
rem Upload artifact
rem appveyor PushArtifact unrealircd-dev-build.exe
@@ -74,7 +73,7 @@ if %ERRORLEVEL% NEQ 0 EXIT /B 1
cd unrealircd-tests
dir
"C:\Program Files\Git\git\bin\bash.exe" ./runwin
"C:\Program Files\Git\bin\bash.exe" ./runwin
if %ERRORLEVEL% NEQ 0 EXIT /B 1
goto end