9 lines
252 B
PowerShell
Executable File
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
|