diff options
| author | Bryce Harrington <bryce@osg.samsung.com> | 2017-07-14 20:23:34 +0000 |
|---|---|---|
| committer | Bryce Harrington <bryce@osg.samsung.com> | 2017-07-14 20:23:34 +0000 |
| commit | 2ebeb52e4df48298c65b7d085d1a220af24e53bc (patch) | |
| tree | 3e4784b0f5a6bf1a94622f8e10f71f233bda53dc | |
| parent | CI/AppVeyor: Add branch name, commit date/hash and build architecture to arti... (diff) | |
| download | inkscape-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-x | jenkins/jenkins-gtk2.sh | 8 | ||||
| -rw-r--r-- | jenkins/jenkins-scanbuild.sh | 13 |
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
-
|
