AnnabelPerry / Polly

GNU General Public License v3.0
0 stars 0 forks source link

add github actions yaml file for ci #6

Closed eddelbuettel closed 3 years ago

eddelbuettel commented 3 years ago

This adds a simple recipe in a form I am quite familiar with. You will notice that macOS is commented out -- we have no easy to get the HTS library. But there is a .deb package so we install this under Ubuntu. Rcpp gets added automatically from your DESCRIPTION.

eddelbuettel commented 3 years ago

Sweet as shown here the fact that we added a properly parseable file with the right extension in the right directory was enough to tickle this.

eddelbuettel commented 3 years ago

Ok, that worked -- you can follow at the top under 'Actions' or via the 'Details' links here. I now added a file .Rbuildignore to tell R not to worry about ./github as the package does not need it -- only the repository itself for testing here.