File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 - run :
2424 command : |
2525 sudo apt-get install -y libxml2-dev
26+ sudo apt-get install -y libfontconfig1-dev
27+ sudo apt-get install -y libudunits2-dev
28+ sudo apt-get install -y libharfbuzz-dev
29+ sudo apt-get install -y libfribidi-dev
30+ sudo apt-get install -y libfreetype6-dev
31+ sudo apt-get install -y libpng-dev
32+ sudo apt-get install -y libtiff5-dev
33+ sudo apt-get install -y libjpeg-dev
2634 - run :
2735 command : |
2836 sudo Rscript -e "install.packages('fields', dependencies=TRUE)"
3644 sudo Rscript -e "install.packages('dplyr', dependencies=TRUE)"
3745 - run :
3846 command : |
39- sudo Rscript -e 'library(covr); covr::codecov(token = "'$CODECOV_TOKEN'")'
47+ sudo Rscript -e 'library(covr); covr::codecov(token = "'$CODECOV_TOKEN'", quiet=FALSE )'
4048workflows :
4149 build :
4250 jobs :
Original file line number Diff line number Diff line change 11services :
22 opal :
3- image : obiba/opal:5.0.0
3+ image : obiba/opal:5.0.1
44 ports :
55 - " 8443:8443"
66 links :
You can’t perform that action at this time.
0 commit comments