1
0
mirror of https://github.com/janet-lang/janet synced 2024-10-01 16:30:40 +00:00
janet/appveyor.yml
2018-12-08 16:31:57 -05:00

58 lines
1006 B
YAML

version: build-{build}
branches:
only:
- master
- stable
clone_folder: c:\projects\janet
image:
- Visual Studio 2017
configuration:
- Release
- Debug
platform:
- x64
environment:
matrix:
- arch: Win64
matrix:
fast_finish: true
# skip unsupported combinations
init:
- call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
install:
- build_win
- build_win test
build: off
only_commits:
files:
- appveyor.yml
- src/
artifacts:
- path: janet.exe
name: janet.exe
type: File
- path: janet.def
name: janet.def
type: File
- path: janet.lib
name: janet.lib
type: File
- path: src\include\janet\janet.h
name: janet.h
type: File
deploy:
description: 'The Janet Programming Language.'
provider: GitHub
auth_token:
secure: lwEXy09qhj2jSH9s1C/KvCkAUqJSma8phFR+0kbsfUc3rVxpNK5uD3z9Md0SjYRx
artifact: janet.exe
draft: true
on:
APPVEYOR_REPO_TAG: true