[Pkg-owncloud-commits] [owncloud-client] 49/135: Jenkinsfile: Run full testing

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 cd5ad7db6469225105ad53eda25110ebf6b3b754
Author: Markus Goetz <markus at woboq.com>
Date:   Wed Jun 21 12:12:08 2017 +0200

    Jenkinsfile: Run full testing
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 01101cc..993a7f2 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -9,7 +9,7 @@ node('CLIENT') {
         sh '''rm -rf build
 		mkdir build
 		cd build
-		cmake -DUNIT_TESTING=1 -DBUILD_WITH_QT4=OFF ..
+		cmake -DUNIT_TESTING=1 -DWITH_TESTING=1 -DBUILD_WITH_QT4=OFF ..
 		make -j4
 		ctest --output-on-failure'''
 
@@ -17,7 +17,7 @@ node('CLIENT') {
         sh '''rm -rf build
 		mkdir build
 		cd build
-		cmake -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DUNIT_TESTING=1 -DBUILD_WITH_QT4=OFF ..
+		cmake -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DUNIT_TESTING=1 -DWITH_TESTING=1 -DBUILD_WITH_QT4=OFF ..
 		make -j4
 		ctest --output-on-failure'''
 

-- 
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