Closed BenWiederhake closed 3 years ago
What happens if you don't add these things to .gitignore?
Normally: Nothing.
But if someone runs the ga_build_td.sh
script (the thing that's only really useful on GitHub Actions) on their on machine, they might start wondering where those intermediate files came from.
I also prefer to mention "taken filenames that don't appear in git" in the gitignore, so that's another reason.
Is there an issue with it? :)
Why?
Travis tries to extort Open Source: "Beg for mercy, or receive no more builds" https://blog.travis-ci.com/2020-11-02-travis-ci-new-billing
Even this "begging for mercy" doesn't seem to work:
More context:
Proposed solution: Github Actions
This PR implements a "Github Actions workflow", by just moving all we would do on Travis over to GA.
Controversial stuff
libtgvoip doesn't work easily
But I also couldn't get it to run on Travis, so this is not a downgrade.