2018-12-08 14:17:03 -05:00
|
|
|
version: build-{build}
|
2018-09-05 22:18:42 -04:00
|
|
|
clone_folder: c:\projects\janet
|
2018-02-01 20:43:37 -08:00
|
|
|
image:
|
|
|
|
- Visual Studio 2017
|
|
|
|
configuration:
|
|
|
|
- Release
|
|
|
|
- Debug
|
|
|
|
platform:
|
|
|
|
- x64
|
|
|
|
environment:
|
|
|
|
matrix:
|
|
|
|
- arch: Win64
|
|
|
|
matrix:
|
|
|
|
fast_finish: true
|
|
|
|
|
|
|
|
# skip unsupported combinations
|
|
|
|
init:
|
2018-08-05 21:13:14 -04:00
|
|
|
- call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
|
2018-02-01 20:43:37 -08:00
|
|
|
|
2018-08-05 21:25:25 -04:00
|
|
|
install:
|
2018-08-07 00:54:47 -04:00
|
|
|
- build_win
|
|
|
|
- build_win test
|
2018-12-22 16:24:08 -05:00
|
|
|
- choco install nsis -y -pre
|
|
|
|
- call "C:\Program Files (x86)\NSIS\makensis.exe" janet-installer.nsi
|
2018-12-22 18:08:37 -05:00
|
|
|
- build_win dist
|
2018-12-22 21:11:09 -05:00
|
|
|
- copy janet-install.exe dist\install.exe
|
2018-08-05 21:25:25 -04:00
|
|
|
|
|
|
|
build: off
|
|
|
|
|
2018-02-01 20:43:37 -08:00
|
|
|
only_commits:
|
|
|
|
files:
|
|
|
|
- appveyor.yml
|
2018-07-08 21:10:15 -04:00
|
|
|
- src/
|
2018-12-08 13:13:55 -05:00
|
|
|
|
2018-12-08 13:50:46 -05:00
|
|
|
artifacts:
|
2018-12-08 17:10:46 -05:00
|
|
|
- path: dist
|
2018-12-08 17:51:41 -05:00
|
|
|
name: janet-windows
|
2018-12-08 17:10:46 -05:00
|
|
|
type: Zip
|
2018-12-08 15:12:55 -05:00
|
|
|
|
|
|
|
deploy:
|
2018-12-08 16:31:57 -05:00
|
|
|
description: 'The Janet Programming Language.'
|
|
|
|
provider: GitHub
|
|
|
|
auth_token:
|
|
|
|
secure: lwEXy09qhj2jSH9s1C/KvCkAUqJSma8phFR+0kbsfUc3rVxpNK5uD3z9Md0SjYRx
|
2018-12-08 18:00:58 -05:00
|
|
|
artifact: janet-windows
|
2018-12-08 16:31:57 -05:00
|
|
|
draft: true
|
2019-01-26 21:14:04 -05:00
|
|
|
on:
|
|
|
|
APPVEYOR_REPO_TAG: true
|