Add a .gitlab-ci.yml build script

This commit is contained in:
2018-03-22 20:32:47 +00:00
parent 456f71bfb9
commit 174ba103f4

7
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,7 @@
image: golang:1.10
build:
script:
- make all
artifacts:
untracked: true