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