mirror of
https://github.com/msberends/AMR.git
synced 2025-07-23 23:43:14 +02:00
Update .gitlab-ci.yml
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user