1
0
mirror of https://github.com/janet-lang/janet synced 2024-09-28 23:10:40 +00:00

Begin working on automated appveyor releases.

This commit is contained in:
Calvin Rose 2018-12-08 13:13:55 -05:00
parent bc8be266f5
commit cbb5445b98

View File

@ -2,7 +2,7 @@ version: 1.0.{build}
branches: branches:
only: only:
- master - master
- alpha - stable
clone_folder: c:\projects\janet clone_folder: c:\projects\janet
image: image:
- Visual Studio 2017 - Visual Studio 2017
@ -14,7 +14,6 @@ platform:
environment: environment:
matrix: matrix:
- arch: Win64 - arch: Win64
# - arch: #does not work, Release|x64 not a valid target
matrix: matrix:
fast_finish: true fast_finish: true
@ -32,3 +31,16 @@ only_commits:
files: files:
- appveyor.yml - appveyor.yml
- src/ - src/
deploy:
release: janet-v$(appveyor_build_version)
description: 'The janet programming language'
provider: GitHub
auth_token:
secure: c286b67f8b74b835b75ed62d2f5a28528850a690
artifact: janet.exe
draft: false
prerelease: false
on:
branch: master
APPVEYOR_REPO_TAG: true