From a618fb27f7ceaaa3f75b334dd8ec716ff795273a Mon Sep 17 00:00:00 2001 From: Jason Smith Date: Wed, 2 Dec 2015 04:11:56 -0500 Subject: [PATCH] Removing the gitlab ci ability. This would be great once we have a full lab with a server and a couple testing environments, but for now this would require resources we can't spare since the gitlab shared runners do not work for both windows and linux. --- .gitlab-ci.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index b4d61aa..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,14 +0,0 @@ -before_script: - - bundle_install - -stages: - - build - - test - - deploy - -build_linux: - stage: build - script: - - cargo build - only: - - master