forked from BOINC/boinc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
68 lines (56 loc) · 1.24 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
# NOTE: settings in this file have precedence over settings on the website
image: Visual Studio 2013
matrix:
fast_finish: true
platform:
# - Win32
- x64
pull_requests:
do_not_increment_build_number: true
branches:
only:
- master
skip_tags: true
skip_commits:
files:
- 3rdParty/*.sh
- android/
- client/android/
- client/os2/
- client/scripts/
- clientgui/gtk/
- clientgui/mac/
- clientgui/skins/
- db/
- doc/
- drupal/
- html/
- lib/mac/
- locale/
- m4/
- mac_build/
- mac_installer/
- packages/
- py/
- stripchart/
- test/
- tools/
- vda/
- xcompile/
configuration:
- Debug
# - Release
environment:
matrix:
- TOOLCHAIN_VERSION: 12.0
solution_name: win_build\boinc_vs2013.sln
depends_git_path: http://boinc.berkeley.edu/git/boinc_depends_win_vs2013.git
depends_path: C:\projects\boinc_depends_win_vs2013
cache:
- C:\projects\boinc_depends_win_vs2013
before_build:
- call win_build\load_dependencies.bat %depends_git_path% %depends_path% %platform% %configuration%
- if %TOOLCHAIN_VERSION%==12.0 call "%VS120COMNTOOLS%\vsvars32.bat"
build_script:
- devenv %solution_name% /Build "%configuration%|%platform%"
test: off