1
0
mirror of https://github.com/janet-lang/janet synced 2024-09-27 14:48:13 +00:00

Lets try to get artifacts in S3

This commit is contained in:
Calvin Rose 2018-12-08 15:12:55 -05:00
parent 78b7e51f90
commit 63ba268c21
2 changed files with 12 additions and 0 deletions

View File

@ -11,3 +11,6 @@ compiler:
os:
- linux
- osx
addons:
artifacts: true

View File

@ -42,3 +42,12 @@ artifacts:
- path: janet.lib
name: janet.lib
type: File
deploy:
provider: S3
access_key_id:
secure: lQSFzZA0+s1bAWb+CM5tX8L/yer6i6mM2HlIDDyfvIk=
secret_access_key:
secure: WsOLIEb6VDfK37ZhIpfftuMlyKLvbGYIbHfFRgaE9+58JN9E+tfoMteG3RqqmtRZ
bucket: janet-releases
folder: $(APPVEYOR_PROJECT_SLUG)/$(APPVEYOR_BUILD_VERSION)