Commit 529d08ca authored by Dorchies David's avatar Dorchies David
Browse files

ci: debug gitlab-ci R dependencies

Refs #6
Showing with 2 additions and 1 deletion
+2 -1
......@@ -2,7 +2,8 @@ default:
tags: [docker]
image: r-base:latest
before_script:
- Rscript -e 'remotes::install_git(url = "https://gitlab.irstea.fr/HYCAR-Hydro/airgr.git", ref = "sd")'
- Rscript -e 'install.packages("remotes")'
- Rscript -e 'remotes::install_gitlab("HYCAR-Hydro/airgr@sd", host = "gitlab.irstea.fr")'
- R CMD build griwrm
check_not_cran:
......
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