]> git.ipfire.org Git - thirdparty/patchwork.git/commit
Switch from Travis CI to GitHub Actions
authorStephen Finucane <stephen@that.guru>
Fri, 19 Nov 2021 12:09:06 +0000 (12:09 +0000)
committerStephen Finucane <stephen@that.guru>
Tue, 10 May 2022 17:28:16 +0000 (18:28 +0100)
commit1057b9b139815a528b6e9afeda4ca4e6dcd01ba9
tree9ba415f4c31c74d240eded9b686a5b03419d7cac
parent62b1946d0f6760b0ced0213be3d4baa223456e4a
Switch from Travis CI to GitHub Actions

Travis has imposed quotas on builds that require us to contact them to
obtain OSS credits. The CI tool is irrelevant so long as builds do
happen, so switch to GitHub Actions for now. This is a little more
complicated that the switch for related projects like git-pw, given the
need for a database service. We may wish to investigate reusing some of
our own Docker files in the future but for now, this should do the
trick.

Signed-off-by: Stephen Finucane <stephen@that.guru>
(cherry picked from commit 9933a170ed6f3036e64603105fbaee356393579a)
.github/workflows/ci.yaml [new file with mode: 0644]
.travis.yml [deleted file]
README.rst
tox.ini