Grab the CI file from master

This commit is contained in:
Craig Small 2015-09-03 22:55:36 +10:00
parent f1bd82ff07
commit 1bfc9235b4

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