lh3 / bwa

Burrow-Wheeler Aligner for short-read alignment (see minimap2 for long-read alignment)
GNU General Public License v3.0
1.54k stars 556 forks source link

Use GitHub Actions instead of Travis CI #325

Closed jmarshall closed 3 years ago

jmarshall commented 3 years ago

An example GitHub Actions workflow that tests compilation with both GCC and Clang, equivalently to the existing Travis setup. Fixes #324.

After removing .travis.yml, I'd recommend going to the bwa repository's Settings :: Webhooks page and removing travis's hook; and perhaps also logging in to travis-ci.org and disabling repos and accounts there.

lh3 commented 3 years ago

Thank you!