mirror of
https://github.com/msberends/AMR.git
synced 2024-12-26 18:46:13 +01:00
Update .gitlab-ci.yml
This commit is contained in:
parent
2ea047838c
commit
e75e05cc61
@ -8,8 +8,7 @@ stages:
|
|||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
linux_job:
|
linux_job:
|
||||||
stage:
|
stage: build
|
||||||
- build
|
|
||||||
script:
|
script:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
# install dependencies for package
|
# install dependencies for package
|
||||||
@ -23,8 +22,7 @@ linux_job:
|
|||||||
- R CMD check "${PKG_FILE_NAME}" --no-build-vignettes --no-manual --as-cran
|
- R CMD check "${PKG_FILE_NAME}" --no-build-vignettes --no-manual --as-cran
|
||||||
|
|
||||||
osx_job:
|
osx_job:
|
||||||
stage:
|
stage: build
|
||||||
- build
|
|
||||||
tags:
|
tags:
|
||||||
- osx
|
- osx
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user