Skip to content

Commit

Permalink
Added gitlab
Browse files Browse the repository at this point in the history
Added devel build
  • Loading branch information
dmenne committed Oct 19, 2018
1 parent d49a176 commit 088be77
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .Rbuildignore
Expand Up @@ -2,6 +2,7 @@
^\.Rproj\.user$
.travis.yml
_pkgdown.yml
gitlab-ci.yml
check_rhub.cmd
^templates$
^docs$
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
language: r
r:
# - devel
- devel
- release
sudo: FALSE
cache: packages
Expand Down
6 changes: 6 additions & 0 deletions gitlab-ci.yml
@@ -0,0 +1,6 @@
image: dmenne/stanverse
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

0 comments on commit 088be77

Please sign in to comment.