Tried adding a Gitlab CI script

This commit is contained in:
Thomas Touhey 2016-04-22 00:09:52 +02:00
parent 8c48a40a97
commit 38002d66cb
1 changed files with 8 additions and 0 deletions

8
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,8 @@
# .gitlab-ci.yml: continous integration script for gitlab.
# Nothing to run before each script
# No tests yet, and no deployment ?
# Build the library
build:
script:
- make