-
Notifications
You must be signed in to change notification settings - Fork 82
/
appveyor.yml
72 lines (57 loc) · 1.68 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
image: Visual Studio 2015
environment:
global:
GITHUB_USER_PASSWORD:
secure: x43zgAFmaHoqWwNDZEVzMvEWQSkHojfRWnVGMnmQziw9ozwrJTEnZdz5QD39bXMv
matrix:
- TOOLCHAIN: "vs-15-2017"
CONFIG: Release
BUILD_SHARED: ON
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
TYPE: polly
- TOOLCHAIN: "vs-14-2015-sdk-8-1"
CONFIG: Release
BUILD_SHARED: OFF
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
TYPE: polly
- TOOLCHAIN: "vs-14-2015-win64-sdk-8-1"
CONFIG: Release
BUILD_SHARED: OFF
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
TYPE: polly
- TOOLCHAIN: "vs-14-2015-win64-sdk-8-1"
CONFIG: Debug
BUILD_SHARED: OFF
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
TYPE: polly
- ANDROID_STUDIO_ARCH: arm64-v8a
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
TYPE: android-studio
- ANDROID_STUDIO_ARCH: armeabi-v7a
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
TYPE: android-studio
install:
# Python 3
- cmd: set PATH=C:\Python34-x64;C:\Python34-x64\Scripts;%PATH%
# Install Python package 'requests', 'gitpython'
- cmd: pip install requests
- cmd: pip install gitpython
# Add '--quiet' to avoid leaking the token to logs
- cmd: git submodule update --init --recursive --quiet
build_script:
- cmd: python bin\jenkins.py
artifacts:
- path: _archives\drishti-*.tar.gz
name: Releases
deploy:
provider: GitHub
auth_token:
secure: "x43zgAFmaHoqWwNDZEVzMvEWQSkHojfRWnVGMnmQziw9ozwrJTEnZdz5QD39bXMv"
artifact: /drishti-.*\.tar.gz/
draft: false
prerelease: false
on:
appveyor_repo_tag: true
branches:
except:
- /^pr\..*/