aboutsummaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* build-test: Move system package installation to ci-install.shKevin O'Connor2020-10-301-3/+0
| | | | | | | It's more maintainable to have the system packages listed in ci-install.sh instead of in build-test.yaml. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* build-test: Remove references to "travis" in build testsKevin O'Connor2020-10-301-5/+5
| | | | | | | Use "ci-build.sh" "ci-install.sh" and similar, as travis-ci is no longer being used. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* build-test: Build with normal Ubuntu arm-eabi compilerKevin O'Connor2020-10-301-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* github: Run continuous integration tests using "github actions"Kevin O'Connor2020-10-301-0/+30
| | | | | | | Use "github actions" instead of "travis ci" for the automatic build regression tests. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* stale-issue-bot: Enable github actions to handle stale issuesKevin O'Connor2020-08-241-0/+31
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>