]> the.earth.li Git - onak.git/commit
Switch from Travis CI to GitHub Actions
authorJonathan McDowell <noodles@earth.li>
Thu, 14 Sep 2023 14:07:40 +0000 (19:37 +0530)
committerJonathan McDowell <noodles@earth.li>
Thu, 14 Sep 2023 14:07:40 +0000 (19:37 +0530)
commitb767e3e90280a1222fc4404cbd4c832342c9382d
tree0848c7ff93dc487dfbf7c6d57019d8072ed9dca2
parente83421524e00d9cd636ad697eb3121f504339c9e
Switch from Travis CI to GitHub Actions

The free Travis bits stopped working ages ago, let's try out GitHub's
Actions support as a replacement. Just a simple build + test without
extra deps to start with.
.github/workflows/build-test.yml [new file with mode: 0644]
.travis.yml [deleted file]