projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30bcd45
)
Jenkinsfile: Run verbose tests
author
Markus Goetz
<markus@woboq.com>
Wed, 21 Jun 2017 10:18:21 +0000
(12:18 +0200)
committer
Markus Goetz
<markus@woboq.com>
Wed, 21 Jun 2017 10:18:21 +0000
(12:18 +0200)
Jenkinsfile
patch
|
blob
|
history
diff --git
a/Jenkinsfile
b/Jenkinsfile
index 993a7f26bb7b50d3549e0ae166654e3d60797b6b..0833a5e6f1e35a56e26fd2e66f2b4215c09e6ade 100644
(file)
--- a/
Jenkinsfile
+++ b/
Jenkinsfile
@@
-11,7
+11,7
@@
node('CLIENT') {
cd build
cmake -DUNIT_TESTING=1 -DWITH_TESTING=1 -DBUILD_WITH_QT4=OFF ..
make -j4
- ctest --output-on-failure'''
+ ctest -
V -
-output-on-failure'''
stage 'Qt5 - clang'
sh '''rm -rf build
@@
-19,7
+19,7
@@
node('CLIENT') {
cd build
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'''
+ ctest -
V -
-output-on-failure'''
stage 'Win32'