]> eyrie.org Git - kerberos/krb5-strength.git/commit
Switch to GitHub Actions
authorRuss Allbery <eagle@eyrie.org>
Sat, 16 May 2020 20:58:20 +0000 (13:58 -0700)
committerRuss Allbery <eagle@eyrie.org>
Sat, 16 May 2020 20:58:20 +0000 (13:58 -0700)
commit11787db0de96cf50ffc217629472c3633efa04d7
tree5ff74586eae3881b37726ce7586475ddc1890a92
parentc06544d376e095c4322c85af2d553c17f6fe6892
Switch to GitHub Actions

Replace the Travis-CI configuration with GitHub Actions and move
the code to install prerequisites and run the tests into files in
the ci directory.
.github/workflows/build.yaml [new file with mode: 0644]
.travis.yml [deleted file]
Makefile.am
ci/README [new file with mode: 0644]
ci/install [new file with mode: 0755]
ci/test [new file with mode: 0755]