Skip to content

Commit

Permalink
Create .gitlab-ci.yml (#30)
Browse files Browse the repository at this point in the history
an initial step towards #19
  • Loading branch information
IsaacYangSLA authored and wyli committed Jan 17, 2020
1 parent de1fbe0 commit eef2941
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
stages:
- build

.base_template : &BASE
script:
- cat README.md

build-ci-test:
stage: build
tags:
- test
<<: *BASE

0 comments on commit eef2941

Please sign in to comment.