Derpius/VisTrace

[feature] Automate builds with GitHub Workflows

Closed this issue · 4 comments

Is your feature request related to a problem? Please describe.
Using the bleeding edge features on master requires compiling from source, and to submit a Lua PR you'd still need to compile from source to test against the latest commits

Describe the solution you'd like
Using Travis CI or similar automate builds on pull requests and pushes, as well as requiring a successful build before a PR can be merged

Just restructured the project to prepare for this

Travis CI is not free for FOSS, gonna hack together a solution instead

Gonna see if I can remove the dependency on garrysmod_common to make the build process orders of magnitude simpler

Added in f3e3088
Working in 46da657