diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 0d7e2ba..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -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