mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-16 20:52:33 +00:00
* Exit on DreamMaker warnings in CI Windows build * a * AAAAAAAAAAAAAAAAA * AAAAAA * F * a * Update .github/gbp.toml * Update .github/gbp.toml * Update .github/gbp.toml * Update .github/gbp.toml Co-authored-by: mokulus <36231852+mokulus@users.noreply.github.com> Co-authored-by: Gandalf <jzo123@hotmail.com>
11 lines
263 B
PowerShell
11 lines
263 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 tools/build/build -Werror
|
|
|
|
exit $LASTEXITCODE
|