mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
10 lines
236 B
PowerShell
10 lines
236 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/build/build.sh -Werror
|
|
|
|
exit $LASTEXITCODE
|