Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
IN-WOP
SeineBasin2
Commits
960242bd
Commit
960242bd
authored
Jan 11, 2022
by
Dorchies David
Browse files
fix(ci): missing libudunits2.so.0 dependancies for installing mapsf
Refs
#5
parent
6dab9d39
Pipeline
#31753
passed with stages
in 29 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
960242bd
...
...
@@ -61,7 +61,7 @@ bookdown:
script
:
-
R -q -e 'devtools::install(quick = TRUE)'
-
sudo apt-get update && sudo apt-get install -y libudunits2-dev proj-bin libgdal-dev libgeos-dev
-
R -q -e 'remotes::update_packages(c("bookdown", "ggplot2", "rgdal", "raster", "rgeos"), repos = "http://cran.r-project.org")'
-
R -q -e 'remotes::update_packages(c("bookdown", "ggplot2", "rgdal", "raster", "rgeos"
, "mapsf"
), repos = "http://cran.r-project.org")'
-
cd bookdown
-
R -q -e 'bookdown::render_book()'
-
sudo apt-get update && sudo apt-get install -y sshpass rsync
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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