Files
Bubberstation/tools/ci/build.ps1
2021-01-18 07:42:54 +01:00

12 lines
310 B
PowerShell

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
}
bash tools/ci/install_node.sh
bash tgui/bin/tgui --build
&"C:/byond/bin/dm.exe" -max_errors 0 tgstation.dme
exit $LASTEXITCODE