Closed Spaenny closed 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.
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
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.