diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-01-22 09:42:12 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-01-22 09:42:12 -0500 |
| commit | 0573929ec51e3a58aa30da4b4b8f9cf8c069e6f8 (patch) | |
| tree | d2dc0851cf4a59ecae6fee3a68bf8b4c7e8f4bce /appveyor.yml | |
| parent | e6c23c3629a633c3c7ef61eb1c97b4c4d12309a4 (diff) | |
| download | erable-godot-0573929ec51e3a58aa30da4b4b8f9cf8c069e6f8.tar.gz erable-godot-0573929ec51e3a58aa30da4b4b8f9cf8c069e6f8.tar.bz2 erable-godot-0573929ec51e3a58aa30da4b4b8f9cf8c069e6f8.zip | |
Added CIs in readme
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..bf9acb2 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,38 @@ + +version: 1.0.{build} +branches: + only: + - master +skip_tags: true +image: Visual Studio 2017 +clone_depth: 5 + +environment: + GITHUB_TOKEN: + secure: hFxvrP00pBfZqJGfgLLZgkXPI5ZPGND3ToEURxPW5K5PYcuNaG0oiipX5b/O+dDR + REPO_SLUG: aleeproductions/AleePlayer + deploy_project: AleePlayer + deploy_version: '' + deploy_artifact: '' + +build_script: +- cmd: >- + appveyor\build.bat +test: off + +artifacts: +- path: deploy + name: AleePlayer-Windows + + +before_deploy: +- ps: + iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/deploy.ps1')) + +deploy_script: +- ps: >- + + Start-FileDownload 'https://github.com/probonopd/uploadtool/raw/master/upload.sh' + + sh -c "TRAVIS_BRANCH=$env:APPVEYOR_REPO_BRANCH TRAVIS_COMMIT=$env:APPVEYOR_REPO_BRANCH ./upload.sh /c/projects/AleePlayer/AleePlayer-Windows.zip 2>/dev/null" + |
