1
0
mirror of https://github.com/janet-lang/janet synced 2024-12-24 07:20:27 +00:00
janet/appveyor.yml
2018-12-08 15:32:48 -05:00

56 lines
1002 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
deploy:
provider: S3
access_key_id:
secure: lQSFzZA0+s1bAWb+CM5tX8L/yer6i6mM2HlIDDyfvIk=
secret_access_key:
secure: WsOLIEb6VDfK37ZhIpfftuMlyKLvbGYIbHfFRgaE9+58JN9E+tfoMteG3RqqmtRZ
bucket: janet-releases
folder: $(APPVEYOR_PROJECT_SLUG)/$(APPVEYOR_BUILD_VERSION)
on:
branch: stable