From ea3e5ce44844f12ffdf40257eabf20622027a125 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Tue, 8 Dec 2020 11:16:52 +0100 Subject: Add centos7 GitLab-CI target --- .gitlab-ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ff74632..790eac0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,6 +41,16 @@ fedora-rawhide: - dnf install -y swig python3-devel openssl-devel openssl python3-setuptools python3-twisted python3-parameterized - python3 setup.py clean build test +centos7: + image: centos:7 + when: always + script: + - yum makecache + - yum groups install -y "Development Tools" + - yum install -y swig python3-devel openssl openssl-devel python3-service-identity python3-setuptools python3-pip python3-Twisted + - python3 -mpip install --user parameterized + - python3 setup.py clean build test + opensuse: image: opensuse/tumbleweed when: always -- cgit v1.2.1