From 8f8202a6f56b1a84c748585f849305a87087afc4 Mon Sep 17 00:00:00 2001 From: "Thomas \"CakeIsALie5\" Touhey" Date: Fri, 23 Dec 2016 22:55:44 +0100 Subject: [PATCH] Removed CI --- .gitlab-ci.yml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 .gitlab-ci.yml 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