RMHogervorst / cleancode

simple blog about cleaner code and starting with R
https://rmhogervorst.github.io/cleancode/
MIT License
0 stars 0 forks source link

travis #29

Open RMHogervorst opened 8 years ago

RMHogervorst commented 8 years ago

http://jtleek.com/protocols/travis_bioc_devel/ veel bredere uitleg van hoe je met travis moet werken.

hoe zet je het op en wat komt eruit?

RMHogervorst commented 8 years ago

Commentaar uit slack groep:

Jeroen Ooms [18:06]
What is a good example of an R package that has travis for both linux and osx?

Jim Hester [18:26]
https://github.com/gbm-developers/gbm/blob/master/.travis.yml

RMHogervorst commented 7 years ago

https://www.r-bloggers.com/a-beginners-guide-to-travis-ci-for-r/

RMHogervorst commented 7 years ago

here is how to build a ci for gitlab (uses rocker/docker) https://bertelsen.ca/example-gitlab-ci-yml-for-r-projects/