TheThingsProducts / gateway

The Things Kickstarter Gateway
https://www.thethingsindustries.com/docs/gateways/models/thethingskickstartergateway
54 stars 20 forks source link

build automation #4

Closed grahamehorner closed 6 years ago

grahamehorner commented 6 years ago

please publish details of where to download the artefacts from a build automation for those that can'/don't wish to configure a CI environment but wish to deploy images to the gateway and help improve/debug the firmware/

htdvisser commented 6 years ago

Travis CI now automatically builds the branches in this repository. I added the location of the build artifacts to the README.

If you enable Travis CI on your fork of this repository and set your own AZURE_STORAGE_ACCOUNT and AZURE_STORAGE_KEY variables in Travis CI, build artifacts will automatically be uploaded to your own Azure Storage Account, from where they can be downloaded.

Anyone who wants to build the firmware locally can follow the Local Build and Docker Build instructions which I added 2 days ago.

grahamehorner commented 6 years ago

@htdvisser great work