forked from sumatrapdfreader/sumatrapdf
-
Notifications
You must be signed in to change notification settings - Fork 1
/
appveyor.yml
34 lines (26 loc) · 912 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
# docs: http://www.appveyor.com/docs/appveyor-yml
# software installed on build machines: http://www.appveyor.com/docs/installed-software
version: 3.1.{build}
image: Visual Studio 2017
shallow_clone: true # reduce traffic
branches:
only:
- master
# set env var when running in appveyor so that we can distinguish
# from running locally
environment:
inappveyor: 1
# https://github.com/appveyor/ci/issues/899
clone_script:
- cmd: git clone -q --depth 1 --branch=%APPVEYOR_REPO_BRANCH% https://github.com/%APPVEYOR_REPO_NAME%.git %APPVEYOR_BUILD_FOLDER%
- cmd: git checkout -qf %APPVEYOR_REPO_COMMIT%
skip_tags: true
build_script:
- scripts\appveyor-build.bat
artifacts:
- path: rel\SumatraPDF.exe
- path: rel\Installer.exe
- path: rel\SumatraPDF.pdb.lzsa
- path: rel64\SumatraPDF.exe
- path: rel64\Installer.exe
- path: rel64\SumatraPDF.pdb.lzsa