From 4a9c9805133628496ac98a43cabddf3bb78ca72c Mon Sep 17 00:00:00 2001 From: Matthieu Boileau <matthieu.boileau@math.unistra.fr> Date: Tue, 21 Nov 2017 00:07:28 +0100 Subject: [PATCH] Remove .gitlab-ci.yml --- .gitlab-ci.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 3472f79..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,13 +0,0 @@ -build_hello: - stage: build - tags: - - shell - script: - - make - -test_hello: - stage: test - tags: - - shell - script: - - make test -- GitLab