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