1
0
mirror of https://github.com/janet-lang/janet synced 2024-11-28 11:09:54 +00:00

Update appveyor deployment.

This commit is contained in:
Calvin Rose 2019-08-18 16:54:43 -04:00
parent 81789a6930
commit 826bb1abbe
2 changed files with 9 additions and 1 deletions

View File

@ -1,6 +1,11 @@
# Changelog # Changelog
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## Unreleased
- Some bug fixes with `jpm`
- Add `os/arch` to get ISA that janet was compiled for
- Add color to stacktraces via `(dyn :err-color)`
## 1.2.0 - 2019-08-08 ## 1.2.0 - 2019-08-08
- Add `take` and `drop` functions that are easier to use compared to the - Add `take` and `drop` functions that are easier to use compared to the
existing slice functions. existing slice functions.

View File

@ -35,6 +35,9 @@ only_commits:
- src/ - src/
artifacts: artifacts:
- name: janet-v1.2.0-windows.zip
path: dist
type: Zip
- path: janet-v1.2.0-windows-installer.exe - path: janet-v1.2.0-windows-installer.exe
name: janet-v1.2.0-windows-installer.exe name: janet-v1.2.0-windows-installer.exe
type: File type: File
@ -44,7 +47,7 @@ deploy:
provider: GitHub provider: GitHub
auth_token: auth_token:
secure: lwEXy09qhj2jSH9s1C/KvCkAUqJSma8phFR+0kbsfUc3rVxpNK5uD3z9Md0SjYRx secure: lwEXy09qhj2jSH9s1C/KvCkAUqJSma8phFR+0kbsfUc3rVxpNK5uD3z9Md0SjYRx
artifact: janet-windows artifact: /janet-.*/
draft: true draft: true
on: on:
APPVEYOR_REPO_TAG: true APPVEYOR_REPO_TAG: true