forked from vaibhavpandeyvpz/apkstudio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.appveyor.yml
35 lines (29 loc) · 826 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
environment:
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
QTDIR: C:\Qt\5.10.1\msvc2015
VCARCH: x86
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
QTDIR: C:\Qt\5.10.1\msvc2015_64
VCARCH: x64
install:
- git submodule update --init --recursive
init:
- call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %VCARCH%
before_build:
- set PATH="%QTDIR%\bin";%PATH%
build_script:
- call "%APPVEYOR_BUILD_FOLDER%\build\windows.bat"
artifacts:
path: deploy\*.zip
name: archives
deploy:
artifact: archives
auth_token:
secure: ix7WdDQD0JcTBi17m9okMiMff3BKaGuKnRroi6m+dvsB4xxtnInfYuwgAD3Uayuw
description: 'Deployed from continuous integration.'
force_update: true
on:
branch: master
appveyor_repo_tag: true
provider: GitHub