Add gitlab CI config

This commit is contained in:
Valentin Brandl 2019-04-23 23:13:46 +02:00
parent be42090658
commit aef98bc667
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

6
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,6 @@
before_script:
- docker info
build_image:
script:
- docker build -t vbrandl/hoc:latest .