.gitlab-ci.yml 447 Bytes
Newer Older
nperez's avatar
nperez committed
stages:
  - build
aho's avatar
aho committed
#workflow:
#  rules:
#    - if: $CI_COMMIT_TITLE =~ /-draft$/
#      when: never
#    - when: always
#    - if: $CI_PIPELINE_SOURCE == "merge_request_event"
#    - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH

nperez's avatar
nperez committed
build:
  stage: build
  script:
aho's avatar
aho committed
    - module load R/4.1.2-foss-2015a-bare
nperez's avatar
nperez committed
    - module load CDO/1.9.8-foss-2015a
    - R CMD build --resave-data .
    - R CMD check --as-cran --no-manual --run-donttest startR_*.tar.gz