summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2016-07-29 15:59:58 +0200
committerMatěj Cepl <mcepl@cepl.eu>2016-07-29 22:52:40 +0200
commitc36bcf32c836ab3590aba007841a2efc60f5b84a (patch)
tree5aa37cf22db86999c08bb90f87eaee298616d82b /.gitlab-ci.yml
parent657ecd0971b93a27d4866de4fe344d9e142e1e89 (diff)
downloadm2crypto-c36bcf32c836ab3590aba007841a2efc60f5b84a.tar.gz
Don't worry about packaging generated files and not install swig on RHEL-6.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c883da2..c0d0342 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,7 +19,7 @@ centos6:
- yum upgrade -y
- yum groupinstall -y "Development tools"
- yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
- - yum install -y swig python-devel openssl-devel openssl python-setuptools python-twisted python-unittest2
+ - yum install -y python-devel openssl-devel openssl python-setuptools python-twisted python-unittest2
- python setup.py build test
python27: