2018-12-08 19:17:03 +00:00
|
|
|
version: build-{build}
|
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-12-22 21:24:08 +00:00
|
|
|
- choco install nsis -y -pre
|
2018-12-22 23:08:37 +00:00
|
|
|
- build_win dist
|
2019-05-29 00:52:36 +00:00
|
|
|
- call "C:\Program Files (x86)\NSIS\makensis.exe" janet-installer.nsi
|
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:13:55 +00:00
|
|
|
|
2018-12-08 18:50:46 +00:00
|
|
|
artifacts:
|
2019-05-29 01:05:47 +00:00
|
|
|
- path: janet-installer.exe
|
2019-07-08 23:15:14 +00:00
|
|
|
name: janet-v1.1.0-windows-installer.exe
|
2019-05-29 01:05:47 +00:00
|
|
|
type: File
|
2018-12-08 20:12:55 +00:00
|
|
|
|
|
|
|
deploy:
|
2018-12-08 21:31:57 +00:00
|
|
|
description: 'The Janet Programming Language.'
|
|
|
|
provider: GitHub
|
|
|
|
auth_token:
|
|
|
|
secure: lwEXy09qhj2jSH9s1C/KvCkAUqJSma8phFR+0kbsfUc3rVxpNK5uD3z9Md0SjYRx
|
2018-12-08 23:00:58 +00:00
|
|
|
artifact: janet-windows
|
2018-12-08 21:31:57 +00:00
|
|
|
draft: true
|
2019-01-27 02:14:04 +00:00
|
|
|
on:
|
|
|
|
APPVEYOR_REPO_TAG: true
|