1
0
mirror of https://github.com/janet-lang/janet synced 2024-09-27 14:48:13 +00:00
janet/appveyor.yml

33 lines
538 B
YAML
Raw Normal View History

2018-02-02 04:43:37 +00:00
version: 1.0.{build}
branches:
only:
- master
2018-07-09 01:10:15 +00:00
- alpha
2018-02-02 04:43:37 +00:00
clone_folder: c:\projects\dst
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-06 01:13:14 +00:00
- call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
2018-02-02 04:43:37 +00:00
before_build:
- cmd: |-
2018-08-06 01:13:14 +00:00
build
build test
2018-02-02 04:43:37 +00:00
only_commits:
files:
- appveyor.yml
2018-07-09 01:10:15 +00:00
- src/