[Pkg-owncloud-commits] [owncloud-client] 48/135: Jenkinsfile: 2.3.3 will ship with Qt 5.

Sandro Knauß hefee at debian.org
Sat Sep 9 14:28:35 UTC 2017


This is an automated email from the git hooks/post-receive script.

hefee pushed a commit to branch master
in repository owncloud-client.

commit 1332e7d66a4e317b2096684bcf719e1b8186a64a
Author: Markus Goetz <markus at woboq.com>
Date:   Wed Jun 21 11:59:24 2017 +0200

    Jenkinsfile: 2.3.3 will ship with Qt 5.
    
    This should fix the current CI run too
---
 Jenkinsfile | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 090831d..01101cc 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -5,22 +5,6 @@ node('CLIENT') {
         checkout scm
         sh '''git submodule update --init'''
 
-    stage 'Qt4'
-        sh '''rm -rf build
-		mkdir build
-		cd build
-		cmake -DUNIT_TESTING=1 -DBUILD_WITH_QT4=ON ..
-		make -j4
-		ctest --output-on-failure'''
-
-    stage 'Qt4 - clang'
-        sh '''rm -rf build
-		mkdir build
-		cd build
-		cmake -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DUNIT_TESTING=1 -DBUILD_WITH_QT4=ON ..
-		make -j4
-		ctest --output-on-failure'''
-
     stage 'Qt5'
         sh '''rm -rf build
 		mkdir build

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list