mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 16:07:40 +00:00
16 lines
496 B
YAML
16 lines
496 B
YAML
version: '{build}'
|
|
skip_branch_with_pr: true
|
|
shallow_clone: true
|
|
branches:
|
|
except:
|
|
- ___TGS3TempBranch
|
|
- ___TGSTempBranch
|
|
cache:
|
|
- C:\byond\ -> dependencies.sh
|
|
build_script:
|
|
- ps: tools/appveyor/build.ps1
|
|
- ps: "$deployPath = $env:APPVEYOR_BUILD_FOLDER + '/deploy'; bash tools/deploy.sh $deployPath"
|
|
- ps: "[System.IO.Compression.ZipFile]::CreateFromDirectory($env:APPVEYOR_BUILD_FOLDER + '/deploy', $env:APPVEYOR_BUILD_FOLDER + '/deploy.zip')"
|
|
artifacts:
|
|
- path: deploy.zip
|