Skip to content

Commit 4842ab9

Browse files
Merge pull request datashield#554 from StuartWheater/v6.3.1-RC5-dev
Update latest RC5
2 parents 8f2b572 + f8fd8b0 commit 4842ab9

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ jobs:
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)"
@@ -36,7 +44,7 @@ jobs:
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)'
4048
workflows:
4149
build:
4250
jobs:

docker-compose_opal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
opal:
3-
image: obiba/opal:5.0.0
3+
image: obiba/opal:5.0.1
44
ports:
55
- "8443:8443"
66
links:

0 commit comments

Comments
 (0)