mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
* Change BYOND version to 513.1526 * Remove BSQL from docker image * Add a docker publish action * Add a docker test action * Cleanup runtime icons * Cleanup runtime sounds * Correct docker workflow names * Add Dockerfile as an appveyor cache dependency * Fix build issues * Copy all dlls * No need for .dlls in docker * Minor cleanups
16 lines
507 B
YAML
16 lines
507 B
YAML
version: '{build}'
|
|
skip_branch_with_pr: true
|
|
shallow_clone: true
|
|
branches:
|
|
except:
|
|
- ___TGS3TempBranch
|
|
- ___TGSTempBranch
|
|
cache:
|
|
- C:\byond\ -> dependencies.sh, Dockerfile
|
|
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
|