.gitlab-ci.yml 371 Bytes
Newer Older
stages:
  - build
build:
  stage: build
  script:
    - module load R/3.6.1-foss-2015a-bare
#    - module load CDO
    - R CMD build --resave-data .
aho's avatar
aho committed
    - R CMD check --as-cran --no-manual --run-donttest s2dv_*.tar.gz
aho's avatar
aho committed
# For unknown reason, unit tests fail to run on GitLab pipeline, so the line below
# doesn't have effect as well.
#    - R -e 'covr::package_coverage()'