build-sys: Add gitlab CI job file

This commit is contained in:
Craig Small 2015-07-28 22:47:15 +10:00
parent 3178eb54fc
commit a7f0f3d7fe

16
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,16 @@
# This file is generated by GitLab CI
'':
script: []
tags:
except:
- tags
Testsuites:
script:
- "./autogen.sh"
- "./configure"
- make
- make check
- make clean
tags:
except:
- tags