From e48386d2a4194000d646cf9c102cbf6e2ebd19d7 Mon Sep 17 00:00:00 2001 From: lephe Date: Fri, 3 May 2019 17:20:54 +0200 Subject: [PATCH] fix: remove the Gitlab continuous integration file --- .gitlab-ci.yml | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index f2d6a20..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,7 +0,0 @@ -# I know there actually are a lot of dependencies but building them is already -# long enough, and I'll be managing the runner for now. So let's KISS. - -build_all: - script: - - ./configure - - make