AnAkkk / TFTrue

http://tftrue.esport-tools.net/
GNU General Public License v2.0
38 stars 12 forks source link

Create build on release tag #55

Closed Spaenny closed 3 years ago

Spaenny commented 3 years ago

Implements my suggestion on #53, when a new GitHub Release is created Travis CI starts a new build and when finished uploads the TFTrue.so binary to the created release.

AnAkkk commented 3 years ago

Are you sure this is not going to break the Auto Updater? it directly depends on the tag which has to be a version number.

Spaenny commented 3 years ago

This only starts the CI when you create a new tag/release on github, so you define the tag/version number.

So if you were to happen to create a tag named 4.87 for instance it will trigger the build, and after the build is finished upload TFTrue.so the release. I just fired up TravisCI at my fork on branch patch-1, there you can see what it did. https://github.com/Spaenny/TFTrue/tree/patch-1