]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
Add a configuration file for GitHub Actions
authorEric Biggers <ebiggers@google.com>
Sat, 21 Jan 2023 20:32:30 +0000 (12:32 -0800)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 27 Jan 2023 17:39:19 +0000 (12:39 -0500)
commit9fd9c75204c5c1c021fa9911b787e62e9657802e
treeecc39a0b8f375192a7d5e6e1856a659cf574fc0c
parent721c0138f2f4c031bc982c0dc9a5cea74753dce6
Add a configuration file for GitHub Actions

Add a workflow file for GitHub Actions, with jobs that build and test
e2fsprogs on various platforms with various options.

The workflow is configured to run on pushes only, since e2fsprogs does
not use GitHub pull requests.

This will work on any e2fsprogs fork on Github that has GitHub Actions
enabled.  For example, the results for the testing I've been doing are
at https://github.com/ebiggers/e2fsprogs/actions.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
.github/workflows/ci.yml [new file with mode: 0644]