Added a beginning of continuous integration

This commit is contained in:
Thomas Touhey 2016-05-29 10:45:07 +02:00
parent d8eb346f40
commit dbae50bb2e
1 changed files with 11 additions and 0 deletions

11
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,11 @@
# .gitlab-ci.yml: GitLab continuous integration script.
## No pre-requities for now. If tests are implemented, we might need
## libfx to be installed in forehand. (and we don't make sure that compiler's
## here... should we ?)
## -----------------------------------------------------------------------------
# build: let's build the library.
build:
script:
- ./configure --prefix=./tests/files
- make
# - make install