diff options
| author | Victor Tran <vicr12345@gmail.com> | 2018-12-19 22:56:36 +1100 |
|---|---|---|
| committer | Victor Tran <vicr12345@gmail.com> | 2018-12-19 22:56:36 +1100 |
| commit | 5a0dbb602a2abfc262ba81a80f636ba9cfbcb8c6 (patch) | |
| tree | fa6c1acaea1cbf39e8a579b62bd5cc220143bfbb /appveyor.yml | |
| parent | 24607f8f8bd9f1162f4ae22e306e3dcb2706c771 (diff) | |
| download | theInstaller-5a0dbb602a2abfc262ba81a80f636ba9cfbcb8c6.tar.gz theInstaller-5a0dbb602a2abfc262ba81a80f636ba9cfbcb8c6.tar.bz2 theInstaller-5a0dbb602a2abfc262ba81a80f636ba9cfbcb8c6.zip | |
AppVeyor CI
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..5f243dd --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,39 @@ +version: 1.0.{build} +branches: + only: + - blueprint +skip_tags: true +image: Visual Studio 2017 + +environment: + REPO_SLUG: vicr123/theInstaller + GITHUB_TOKEN: + secure: S0/npu2fzXbSoS8kfbLQFCjeMpYFVyllUubJYIUG/QEfT2L2bMQQ9A3OjbDsuH/p + api_token: + secure: hVbnQbmIi8N/AfopJa7JeE4CGLdb4CoXFHWKMvD9TNg= + deploy_project: theinstaller + deploy_version: '' + deploy_artifact: '' + +build_script: +- cmd: >- + appveyor\build.bat + +test: off + +artifacts: +- path: deploy + name: theSlate.exe +- path: deploy + name: thePhoto.exe + +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_COMMIT ./upload.sh /c/projects/theinstaller/*.exe 2>/dev/null" |
