2017-04-25 20:32:40 +00:00
|
|
|
image: Visual Studio 2013
|
|
|
|
|
|
|
|
matrix:
|
|
|
|
fast_finish: true
|
|
|
|
|
|
|
|
platform:
|
2017-04-28 00:18:59 +00:00
|
|
|
# - Win32
|
|
|
|
- x64
|
2017-04-25 20:32:40 +00:00
|
|
|
|
|
|
|
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
|
2017-04-28 00:18:59 +00:00
|
|
|
|
|
|
|
cache:
|
|
|
|
- C:\projects\boinc_depends_win_vs2013
|
2017-04-25 20:32:40 +00:00
|
|
|
|
|
|
|
before_build:
|
2017-04-28 00:18:59 +00:00
|
|
|
- call win_build\load_dependencies.bat %depends_git_path% %depends_path% %platform% %configuration%
|
2017-04-25 20:32:40 +00:00
|
|
|
- if %TOOLCHAIN_VERSION%==12.0 call "%VS120COMNTOOLS%\vsvars32.bat"
|
|
|
|
|
|
|
|
build_script:
|
2017-04-28 00:18:59 +00:00
|
|
|
- devenv %solution_name% /Build "%configuration%|%platform%"
|
2017-04-25 20:32:40 +00:00
|
|
|
|
|
|
|
build:
|
|
|
|
parallel: true
|
|
|
|
|
|
|
|
test: off
|