-
Notifications
You must be signed in to change notification settings - Fork 757
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add S3 deployment to appveyor setup #3441
Conversation
tests off, always do s3 upload, collect artifacts at right time
Add region, ls artifacts folder, echo an env var
Thank you! |
A tagged release is now building: https://ci.appveyor.com/project/brianlheim/supercollider-mu8dk/build/146 |
This is ready for merge! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I trust that you know what you are doing with this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sickkkk thanks for doing this
This PR adds S3 deployment to our Appveyor setup so that "bleeding-edge" builds can be downloaded and tested by interested users and developers. Most of this was copied/adapted from
.travis.yml
. Thanks to @scztt for helping with S3 access and general usage.This should be accompanied by an appropriate PR to the website making these builds available.
With the current config, builds are uploaded both for 32-bit and 64-bit builds.
I haven't tackled the automatic release asset uploading part of the script. If it isn't too hard to add that in, we can merge both at once. Might take some testing with temp tags created on this branch, if you're ok with that @snappizz.