thegenemyers / FASTK

A fast K-mer counter for high-fidelity shotgun datasets
Other
112 stars 15 forks source link

Add GitHub Actions CI. #21

Open junaruga opened 2 years ago

junaruga commented 2 years ago

Hi, I created a PR to enable GitHub Actions CI for this repository. The CI log on my forked repository is here.

For the libraries to build bundled htslib, I referred to the Debian package recipe file. https://salsa.debian.org/med-team/htslib/-/blob/master/debian/control

I checked the CI on my forked repository. https://github.com/junaruga/FASTK/actions/runs/2981840619

The ubuntu-latest means Ubuntu 20.04.4 right now.

Examples

Here are some cases in other projects.