mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 15:18:09 +01:00
11 lines
266 B
PowerShell
Executable File
11 lines
266 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
|
|
}
|
|
|
|
bash tools/ci/install_node.sh
|
|
bash tools/build/build.sh -Werror
|
|
|
|
exit $LASTEXITCODE
|