gitlab-ci test

This commit is contained in:
Nick 2017-11-09 21:45:19 +01:00
parent fa5a950171
commit ffd8cd78d3

6
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,6 @@
---
build:
script:
- "./configure"
- "autoreconfig -i"
- "make"