Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
UMR-ASTRE
mapMCDA
Commits
716aace1
Commit
716aace1
authored
May 23, 2020
by
Facundo Muñoz
®️
Browse files
Try fix gitlab-ci not finding system libs.
parent
4383f5f1
Pipeline
#13555
passed with stage
in 41 minutes and 10 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
716aace1
...
...
@@ -27,6 +27,7 @@ variables:
script
:
-
mkdir -p $R_LIBS $BUILD_LOGS_DIR
# system requirements
-
apt-get update -qq
-
apt-get install -y --no-install-recommends libv8-dev libjq-dev libprotobuf-dev protobuf-compiler qpdf libgdal-dev libproj-dev libudunits2-dev
-
R -e 'devtools::install_deps(dep = T, lib = Sys.getenv("R_LIBS"))'
-
R -e 'devtools::check(check_dir = Sys.getenv("CHECK_DIR"))'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment