Skip to content

Commit

Permalink
feat: Add GitLab CI conf (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
cicdguy authored Nov 18, 2024
1 parent fb28832 commit bc2bc48
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ renv.lock
^Meta$
.lintr
.github
^\.gitlab-ci\.yml$
tests/testthat/Rplots.pdf

# docs
Expand Down
5 changes: 5 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
include:
- project: 'nest/automation/gitlab-shared-library'
ref: main
file: R/R_NEST_min.gitlab-ci.yml
Empty file modified DESCRIPTION
100755 → 100644
Empty file.
Empty file modified LICENSE
100755 → 100644
Empty file.
Empty file modified NAMESPACE
100755 → 100644
Empty file.
Empty file modified NEWS.md
100755 → 100644
Empty file.
Empty file modified autoslider.core.Rproj
100755 → 100644
Empty file.

0 comments on commit bc2bc48

Please sign in to comment.