blob: a8fc5ca6292a99ebc002d140bb5d48994dd7522d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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/Alee-Audio-Player
deploy_project: Alee Audio Player
deploy_version: ''
deploy_artifact: ''
build_script:
- cmd: >-
scripts\appveyor.bat
test: off
artifacts:
- path: deploy
name: Alee-Audio-Player-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"
|