add gitlab ci

This commit is contained in:
Kegan Myers 2019-10-27 12:28:13 -05:00
commit 92ab38056e
1 changed files with 8 additions and 0 deletions

8
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,8 @@
stages:
- build
job:
stage: build
only: master
script:
- echo "Hello world"