2018-02-01 20:43:37 -08:00
|
|
|
version: 1.0.{build}
|
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- master
|
2018-07-08 21:10:15 -04:00
|
|
|
- alpha
|
2018-09-05 22:18:42 -04:00
|
|
|
clone_folder: c:\projects\janet
|
2018-02-01 20:43:37 -08:00
|
|
|
image:
|
|
|
|
- Visual Studio 2017
|
|
|
|
configuration:
|
|
|
|
- Release
|
|
|
|
- Debug
|
|
|
|
platform:
|
|
|
|
- x64
|
|
|
|
environment:
|
|
|
|
matrix:
|
|
|
|
- arch: Win64
|
|
|
|
# - arch: #does not work, Release|x64 not a valid target
|
|
|
|
matrix:
|
|
|
|
fast_finish: true
|
|
|
|
|
|
|
|
# skip unsupported combinations
|
|
|
|
init:
|
2018-08-05 21:13:14 -04:00
|
|
|
- call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
|
2018-02-01 20:43:37 -08:00
|
|
|
|
2018-08-05 21:25:25 -04:00
|
|
|
install:
|
2018-08-07 00:54:47 -04:00
|
|
|
- build_win
|
|
|
|
- build_win test
|
2018-08-05 21:25:25 -04:00
|
|
|
|
|
|
|
build: off
|
|
|
|
|
2018-02-01 20:43:37 -08:00
|
|
|
only_commits:
|
|
|
|
files:
|
|
|
|
- appveyor.yml
|
2018-07-08 21:10:15 -04:00
|
|
|
- src/
|