1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-26 15:13:16 +00:00
janet/appveyor.yml

46 lines
789 B
YAML
Raw Normal View History

2018-02-02 04:43:37 +00:00
version: 1.0.{build}
branches:
only:
- master
- stable
2018-09-06 02:18:42 +00:00
clone_folder: c:\projects\janet
2018-02-02 04:43:37 +00:00
image:
- Visual Studio 2017
configuration:
- Release
- Debug
platform:
- x64
environment:
matrix:
- arch: Win64
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
2018-08-06 01:25:25 +00:00
install:
2018-08-07 04:54:47 +00:00
- build_win
- build_win test
2018-08-06 01:25:25 +00:00
build: off
2018-02-02 04:43:37 +00:00
only_commits:
files:
- appveyor.yml
2018-07-09 01:10:15 +00:00
- src/
deploy:
release: janet-v$(appveyor_build_version)
description: 'The janet programming language'
provider: GitHub
auth_token:
2018-12-08 18:36:55 +00:00
secure: Li9bQt2tklh/fT1J3G8okrn0dIwAxj7h4BGZWbsfTJtTEEhQNdBuUJcItLsG8JTv
artifact: janet.exe
draft: false
prerelease: false
on:
2018-12-08 18:31:35 +00:00
branch: stable