summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryce Harrington <bryce@osg.samsung.com>2017-07-14 20:23:34 +0000
committerBryce Harrington <bryce@osg.samsung.com>2017-07-14 20:23:34 +0000
commit2ebeb52e4df48298c65b7d085d1a220af24e53bc (patch)
tree3e4784b0f5a6bf1a94622f8e10f71f233bda53dc
parentCI/AppVeyor: Add branch name, commit date/hash and build architecture to arti... (diff)
downloadinkscape-2ebeb52e4df48298c65b7d085d1a220af24e53bc.tar.gz
inkscape-2ebeb52e4df48298c65b7d085d1a220af24e53bc.zip
Drop jenkins
Jenkins is no longer used. Also, the jenkins config is set up to use autotools which is no longer in the codebase.
-rwxr-xr-xjenkins/jenkins-gtk2.sh8
-rw-r--r--jenkins/jenkins-scanbuild.sh13
2 files changed, 0 insertions, 21 deletions
diff --git a/jenkins/jenkins-gtk2.sh b/jenkins/jenkins-gtk2.sh
deleted file mode 100755
index 4428c4d75..000000000
--- a/jenkins/jenkins-gtk2.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-# This script is called by Jenkins in the scheduled gtk2 job
-
-./autogen.sh
-./configure
-make clean
-make
diff --git a/jenkins/jenkins-scanbuild.sh b/jenkins/jenkins-scanbuild.sh
deleted file mode 100644
index 492cefead..000000000
--- a/jenkins/jenkins-scanbuild.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-./autogen.sh
-./configure
-make clean
-
-# do not exit immediately if any command fails
-set +e
-
-# directory to use for storing the scan-build report, this is where the Publish Clang Scan-Build Results plugin checks
-SCAN_BUILD_OUTPUTDIR="${WORKSPACE}/clangScanBuildReports"
-
-# generate the scan-build report
-scan-build -k -o ${SCAN_BUILD_OUTPUTDIR} make
-