From 5c7b8a4b352cfbf630f64fd8c19b05dc6ef3bad5 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Wed, 19 Aug 2020 21:54:40 +0200 Subject: install test --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index efafc45..0e41d62 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,6 +28,7 @@ pipeline { export EPEL_MIRROR=http://spunk.home.kraxel.org/epel/ /usr/local/bin/configure-mirror yum update -y + yum install -y gtk3-devel ''' } } -- cgit