diff options
| author | Eric Biggers <ebiggers@google.com> | 2020-11-21 15:29:26 -0800 |
|---|---|---|
| committer | Joseph Richey <joerichey94@gmail.com> | 2020-11-26 01:08:36 -0800 |
| commit | 0692c00a2af75a5ec6c26e58adb37fa152912dce (patch) | |
| tree | f2126bcef80fd3037613069f972447c9e3aceecf /README.md | |
| parent | 7280a5e81ecc1092bcec58e3fb7f494fc6d95dfa (diff) | |
Switch from Travis CI to GitHub Actions
travis-ci.org is being shut down, so switch to GitHub Actions.
It should be mostly equivalent, but I did drop functionality in a couple
cases:
- Publishing release binaries. I don't think providing Linux binaries
is useful, since people build their own anyway. So I left this out.
- Build and testing on ppc64le. GitHub Actions only natively supports
x86. I tried uraimo/run-on-arch-action, which uses Docker and QEMU
user-mode emulation, but the fscrypt tests can't be run because
QEMU user-mode emulation doesn't support all the needed system calls.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # fscrypt [](https://github.com/google/fscrypt/releases) -[](https://travis-ci.org/google/fscrypt) +[](https://github.com/google/fscrypt/actions?query=workflow%3ACI+branch%3Amaster) [](https://coveralls.io/github/google/fscrypt?branch=master) [](https://godoc.org/github.com/google/fscrypt) [](https://goreportcard.com/report/github.com/google/fscrypt) |