Removed CI

This commit is contained in:
Thomas Touhey 2016-12-23 22:55:44 +01:00
parent b1146e442b
commit 8f8202a6f5
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
# .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=./build
- make