Skip to content

Commit 09a4e55

Browse files
Merge pull request #27 from micro-ROS/feature/ci
Adds gitlab CI configuration
2 parents 8f6c56e + 52b4751 commit 09a4e55

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.gitlab-ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
image:
2+
jekyll/jekyll
3+
before_script:
4+
- bundle install
5+
pagecheck:
6+
script:
7+
- ./scripts/cibuild
8+

0 commit comments

Comments
 (0)