Files
GS13NG/tools/ci/build.ps1
2020-12-29 11:12:56 +08:00

9 lines
252 B
PowerShell
Executable File

if(!(Test-Path -Path "C:/byond")){
bash tools/ci/download_byond.sh
[System.IO.Compression.ZipFile]::ExtractToDirectory("C:/byond.zip", "C:/")
Remove-Item C:/byond.zip
}
&"C:/byond/bin/dm.exe" -max_errors 0 tgstation.dme
exit $LASTEXITCODE