cb-hackers / cbEnchanted

A new runtime for CoolBasic
13 stars 3 forks source link

Take 2: Upload artifacts from Travis CI to S3 #168

Closed valscion closed 6 years ago

valscion commented 6 years ago

Reverts cb-hackers/cbEnchanted#167, which reverted #166 that got merged before it was ready 😅

The goal of this PR is to get build output from Travis CI builds uploaded automatically to my S3 bucket here: https://s3.eu-west-1.amazonaws.com/cbe-build.vesalaakso.com/

Reference documentation: https://docs.travis-ci.com/user/uploading-artifacts/

valscion commented 6 years ago

Yesss, it worked!

Linux build: https://s3.eu-west-1.amazonaws.com/cbe-build.vesalaakso.com/cb-hackers/cbEnchanted/41/41.1/cbEnchanted

OS X cross compiler (?) build (the one with clang at least): https://s3.eu-west-1.amazonaws.com/cbe-build.vesalaakso.com/cb-hackers/cbEnchanted/41/41.2/cbEnchanted

So always the first variant, [#build].1/cbEnchanted, refers to the first matrix.include build and [#build].2/cbEnchanted to the second one, which is currently built with clang.