Skip to content
Snippets Groups Projects
Commit aa963fed authored by Etienne Rifa's avatar Etienne Rifa
Browse files

update

parent 537367c7
No related branches found
No related tags found
No related merge requests found
Pipeline #220328 failed with stage
in 3 minutes and 21 seconds
stages:
- install
- wiki
- install
variables:
R_VERSION: "4.3.3"
CI_GITLAB_TOKEN: $CI_GITLAB_TOKEN
pages:
stage: wiki
......@@ -26,7 +26,5 @@ install_linux:
- apt-get install -y git libcurl4-openssl-dev libssl-dev libxml2-dev libgmp3-dev libmpfr-dev cmake zlib1g-dev
script:
- R -e 'install.packages(c("remotes", "devtools"))'
- R -e 'remotes::install_gitlab(repo = "umrf/ranomaly", host = "forgemia.inra.fr", auth_token = Sys.getenv("CI_GITLAB_TOKEN"))'
- R -e 'remotes::install_gitlab(repo = "umrf/ranomaly", host = "forgemia.inra.fr", auth_token = Sys.getenv("CI_GITLAB_TOKEN"), upgrade = FALSE)'
- R -e 'devtools::check()'
only:
- master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment