Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MICS_Biomathematics
prettyplots
tableExtra
Commits
7c4b24f9
Commit
7c4b24f9
authored
Nov 23, 2020
by
Pradat Yoann
Browse files
[CI] add lib dependencies
parent
56bbdf2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7c4b24f9
...
...
@@ -26,7 +26,12 @@ cache:
before_script
:
-
apt-get update
-
apt-get install --yes libcurl4-openssl-dev
# required for installing R package "curl"
-
apt-get install --yes libgit2-dev
# required for R package "git2r"
-
apt-get install --yes libssl-dev
# required for R packages "git2r" and "openssl"
-
apt-get install --yes libssh2-1-dev
# required for R package "git2r"
-
apt-get install --yes libxml2-dev
# required for R package "xml2"
install_dependencies
:
stage
:
dependencies
script
:
...
...
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