NESCent / popgenInfo

Vignettes for Population Genetics in R
http://popgen.nescent.org
MIT License
20 stars 50 forks source link

Save tarball as artifact on CircleCI #206

Open zkamvar opened 6 years ago

zkamvar commented 6 years ago

As part of #204, to help facilitate reviews for those who don't have the capability of installing docker or R, saving the tarballs as temporary artifacts on CircleCI would be useful for reviewers to download and inspect the output.

hlapp commented 6 years ago

We could accomplish this with CircleCI v2 (which allows saving "artifacts").

This would really only make sense for pull requests, because otherwise (i.e., downloading the website) we have downloading https://github.com/NESCent/popgenInfo/archive/gh-pages.zip already built into Github.