mirror of
https://github.com/janet-lang/janet
synced 2024-12-23 15:00:27 +00:00
Begin working on automated appveyor releases.
This commit is contained in:
parent
bc8be266f5
commit
cbb5445b98
16
appveyor.yml
16
appveyor.yml
@ -2,7 +2,7 @@ version: 1.0.{build}
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- alpha
|
||||
- stable
|
||||
clone_folder: c:\projects\janet
|
||||
image:
|
||||
- Visual Studio 2017
|
||||
@ -14,7 +14,6 @@ platform:
|
||||
environment:
|
||||
matrix:
|
||||
- arch: Win64
|
||||
# - arch: #does not work, Release|x64 not a valid target
|
||||
matrix:
|
||||
fast_finish: true
|
||||
|
||||
@ -32,3 +31,16 @@ only_commits:
|
||||
files:
|
||||
- appveyor.yml
|
||||
- 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
|
||||
|
Loading…
Reference in New Issue
Block a user