From: Dominik Schmidt Date: Tue, 4 Apr 2017 13:53:22 +0000 (+0200) Subject: Disable Qt4 CI X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~770 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=51041d0f15a8e011652c2c489385b08917834bea;p=nextcloud-desktop.git Disable Qt4 CI --- diff --git a/Jenkinsfile b/Jenkinsfile index 16b26a54b..23f697336 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 - 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 - ctest --output-on-failure''' - stage 'Qt5' sh '''rm -rf build mkdir build