]> jfr.im git - irc/rizon/plexus4.git/commitdiff
ci: remove centos6 build
authorAdam <redacted>
Sat, 24 Nov 2018 15:27:13 +0000 (10:27 -0500)
committerAdam <redacted>
Sat, 24 Nov 2018 15:27:13 +0000 (10:27 -0500)
.gitlab-ci.yml

index 3ef63346eea71674848f1a84ec95ff1bc1f4dd3d..71b038323e587f027b0dafab632a4316ab2b3ab1 100644 (file)
@@ -41,17 +41,3 @@ build:centos7:
     - ./configure --enable-libjansson --enable-libmicrohttpd
     - make
     - make install
-
-build:centos6:
-  image: centos:6
-  stage: build
-  before_script:
-    - yum install -y make gcc openssl-devel libmicrohttpd-devel
-    - rpm -i https://dl.fedoraproject.org/pub/epel/6/x86_64/jansson-2.9-1.el6.x86_64.rpm
-    - rpm -i https://dl.fedoraproject.org/pub/epel/6/x86_64/jansson-devel-2.9-1.el6.x86_64.rpm
-  script:
-    - tar zxf plexus*.tar.gz -C /tmp/
-    - cd /tmp/plexus*
-    - ./configure --enable-libjansson --enable-libmicrohttpd
-    - make
-    - make install