forked from openbullet/openbullet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
35 lines (31 loc) · 950 Bytes
/
appveyor.yml
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
version: 1.2.2#{build}
image: Visual Studio 2017
platform: Any CPU
skip_tags: true
configuration: Release
install:
- cmd: >-
cd %APPVEYOR_BUILD_FOLDER%
git submodule update --init --recursive
nuget restore OpenBullet.sln
before_build:
- ps: ${env:REV} = (git rev-list --count HEAD)
build:
verbosity: normal
after_build:
- cmd: >-
move %APPVEYOR_BUILD_FOLDER%\openbullet\bin\release\chromedriver.exe %APPVEYOR_BUILD_FOLDER%\openbullet\bin\release\bin\
move %APPVEYOR_BUILD_FOLDER%\openbullet\bin\release\geckodriver.exe %APPVEYOR_BUILD_FOLDER%\openbullet\bin\release\bin\
7z a OpenBullet.zip %APPVEYOR_BUILD_FOLDER%\openbullet\bin\release\
artifacts:
- path: OpenBullet.zip
name: OpenBullet
deploy:
- provider: GitHub
artifact: /.*\.zip/
tag: 1.2.2#$(REV)
force_update: true
auth_token:
secure: ggc65D/J7litzhVL38h+ek4STOytVbOmx2UP3xYFEZVg0Py8ajPGHlklknuFI6Bj
on:
branch: master