mirror of
https://github.com/msberends/AMR.git
synced 2024-12-26 22:06:11 +01:00
Add .gitlab-ci.yml
This commit is contained in:
parent
7997de6a6d
commit
0062a3facb
6
.gitlab-ci.yml
Normal file
6
.gitlab-ci.yml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
image: jangorecki/r-base-dev
|
||||||
|
test:
|
||||||
|
script:
|
||||||
|
- R CMD build . --no-build-vignettes --no-manual
|
||||||
|
- PKG_FILE_NAME=$(ls -1t *.tar.gz | head -n 1)
|
||||||
|
- R CMD check "${PKG_FILE_NAME}" --no-build-vignettes --no-manual --as-cran
|
Loading…
Reference in New Issue
Block a user