CrumbleWorks / aTFC

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Explore possibility of using Travis-CI instead of GitHub actions #27

Closed McDonnough closed 3 years ago

McDonnough commented 3 years ago

We will stick with GitHub Actions for now. GitHub Actions have the advantage that individual steps of a build (i.e. jobs) will show up as individual entries in a pull request, which in turn allows distinguishing between results of e.g. the actual build or checks run on the code (e.g. checkstyle or pdm).