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

59 lines
1.0 KiB
YAML
Raw Normal View History

version: build-{build}
2018-02-02 04:43:37 +00:00
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/
2018-12-08 18:50:46 +00:00
artifacts:
- path: janet.exe
name: janet.exe
type: File
2018-12-08 19:41:23 +00:00
- path: janet.def
name: janet.def
type: File
- path: janet.lib
name: janet.lib
2018-12-08 18:50:46 +00:00
type: File
2018-12-08 21:17:34 +00:00
- path: src\include\janet\janet.h
name: janet.h
type: File
2018-12-08 20:12:55 +00:00
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:
2018-12-08 21:17:34 +00:00
tags: true