From 404deb03af8608af6bc50721b042efc2debb424d Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Thu, 21 Feb 2019 13:50:56 +0100
Subject: [PATCH] simplify CI for unmaintained project

---
 .gitlab-ci.yml | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e122df78..39203f9c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -30,16 +30,3 @@ build-coq.8.8.2:
   <<: *template
   variables:
     OPAM_PINS: "coq version 8.8.2"
-    TIMING_PROJECT: "igps"
-    TIMING_CONF: "coq-8.8.2"
-  tags:
-  - fp-timing
-
-build-iris.dev:
-  <<: *template
-  variables:
-    OPAM_PINS: "coq version 8.8.2   coq-stdpp.dev git git+https://gitlab.mpi-sws.org/iris/stdpp.git#$STDPP_REV   coq-iris.dev git git+https://gitlab.mpi-sws.org/FP/iris-coq.git#$IRIS_REV"
-  except:
-  only:
-  - triggers
-  - schedules
-- 
GitLab