Commit af4785c7 authored by Dorchies David's avatar Dorchies David
Browse files

ci: update .gitlab-ci.yml

Refs #6
Showing with 1 addition and 1 deletion
+1 -1
...@@ -2,7 +2,7 @@ default: ...@@ -2,7 +2,7 @@ default:
tags: [docker] tags: [docker]
image: r-base:latest image: r-base:latest
before_script: before_script:
- Rscript -e 'install.packages("remotes", "dplyr")' - Rscript -e 'install.packages(c("remotes", "dplyr"))'
- Rscript -e 'remotes::install_gitlab("HYCAR-Hydro/airgr@sd", host = "gitlab.irstea.fr")' - Rscript -e 'remotes::install_gitlab("HYCAR-Hydro/airgr@sd", host = "gitlab.irstea.fr")'
- R CMD build ../griwrm - R CMD build ../griwrm
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment