Commit 074bc84f authored by Dorchies David's avatar Dorchies David
Browse files

ci: add .gitlab-ci.yml

Refs #6
Showing with 12 additions and 0 deletions
+12 -0
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")'
- R CMD build griwrm
check_not_cran:
variables:
NOT_CRAN: "true"
script:
- R CMD check ../griwrm_*.tar.gz
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