stefanbode / Sonoff-Tasmota

Provide ESP8266 based itead Sonoff with Web, MQTT and OTA firmware using Arduino IDE, enhanced with I2C options
GNU General Public License v3.0
127 stars 41 forks source link

Use Travis CI to release generic binaries #140

Closed roondar closed 5 years ago

roondar commented 5 years ago

Like suggested in this issue https://github.com/stefanbode/Sonoff-Tasmota/issues/107 , You can sign in to https://travis-ci.org/ to provide easily binaries.

stefanbode commented 5 years ago

Can you give me some help how to set up the binaries correctly. https://travis-ci.org/stefanbode/Sonoff-Tasmota As you can see i added my repository and already some builds where running. But where can I find the bin files?

roondar commented 5 years ago

Sure, I'll give you some help tomorrow. 😉

Le jeu. 23 mai 2019 à 21:34, stefanbode notifications@github.com a écrit :

Can you give me some help how to set up the binaries correctly. https://travis-ci.org/stefanbode/Sonoff-Tasmota As you can see i added my repository and already some builds where running. But where can I find the bin files?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/stefanbode/Sonoff-Tasmota/pull/140?email_source=notifications&email_token=AAE23J6ZDSMPDP3ID6QES4LPW3WT7A5CNFSM4HDTXII2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWDILII#issuecomment-495355297, or mute the thread https://github.com/notifications/unsubscribe-auth/AAE23J66MNIGGVWMRTLMB2TPW3WT7ANCNFSM4HDTXIIQ .

roondar commented 5 years ago

You should follow this procedure : https://docs.travis-ci.com/user/deployment/releases/ The last line of compilation show us this error '[0Kinvalid option "--api_key="'. You have to setup an variable in travis-ci $GITHUB_TOKEN or directly put you token in .travis.yml (Bad idea ).