netlabel / netlabel_tools

Tools to manage the Linux NetLabel subsystem
GNU General Public License v2.0
27 stars 8 forks source link

RFE: add Travis CI support to the GitHub repository #1

Open pcmoore opened 7 years ago

pcmoore commented 7 years ago

It may not be possible to run the tests due to limitations with Ubuntu, but we should at least be able to verify the build works.

bachradsusi commented 4 years ago

There are Actions. You can use some basic templates like https://github.com/bachradsusi/netlabel_tools/blob/bachradsusi-action/.github/workflows/ccpp.yml https://github.com/bachradsusi/netlabel_tools/actions It just needs to add some dependencies.

Disclaimer: all I know about Actions is written in this comment

pcmoore commented 4 years ago

Thanks @bachradsusi, I didn't really know much about actions until you posted this; on my other projects we had just used Travis, which can be a bit frustrating at times.