Changes between Version 265 and Version 266 of KDEProblems/KDEMacPortsCI/Status


Ignore:
Timestamp:
Feb 14, 2015, 2:06:09 PM (9 years ago)
Author:
mkae (Marko Käning)
Comment:

insert missing branch group 'kf5-qt5' for build dirs

Legend:

Unmodified
Added
Removed
Modified
  • KDEProblems/KDEMacPortsCI/Status

    v265 v266  
    137137The various projects on the CI system have to be handled by replacing "PROJECT" with the project name of the corresponding framework or application:
    138138{{{
    139 $ python2.7 tools/prepare-environment.py --project PROJECT --branchGroup kf5-qt5 --platform darwin-mavericks --sources ~/WC/KDECI-builds/PROJECT
    140 ...
    141 $ (cd ~/WC/KDECI-builds/PROJECT; git checkout jenkins)
    142 ...
    143 $ python2.7 tools/perform-build.py --project PROJECT --branchGroup kf5-qt5 --platform darwin-mavericks --sources ~/WC/KDECI-builds/PROJECT
     139$ python2.7 tools/prepare-environment.py --project PROJECT --branchGroup kf5-qt5 --platform darwin-mavericks --sources ~/WC/KDECI-builds/kf5-qt5/PROJECT
     140...
     141$ (cd ~/WC/KDECI-builds/kf5-qt5/PROJECT; git checkout jenkins)
     142...
     143$ python2.7 tools/perform-build.py --project PROJECT --branchGroup kf5-qt5 --platform darwin-mavericks --sources ~/WC/KDECI-builds/kf5-qt5/PROJECT
    144144...
    145145}}}
     
    185185testsEnabled=False
    186186
    187 $ python2.7 tools/prepare-environment.py --project qt5 --branchGroup kf5-qt5 --platform darwin-mavericks --sources ~/WC/KDECI-builds/qt5
     187$ python2.7 tools/prepare-environment.py --project qt5 --branchGroup kf5-qt5 --platform darwin-mavericks --sources ~/WC/KDECI-builds/kf5-qt5/qt5
    188188...
    189189$
     
    223223Start the qt5-build
    224224{{{
    225 $ python2.7 tools/perform-build.py --project qt5 --branchGroup kf5-qt5 --platform darwin-mavericks --sources ~/WC/KDECI-builds/qt5
     225$ python2.7 tools/perform-build.py --project qt5 --branchGroup kf5-qt5 --platform darwin-mavericks --sources ~/WC/KDECI-builds/kf5-qt5/qt5
    226226...
    227227}}}
     
    233233CMake needs a '''manual''' checkout of its sources (which is demonstrated here the explicit way again):
    234234{{{
    235 $ python2.7 tools/prepare-environment.py --project cmake --branchGroup kf5-qt5 --platform darwin-mavericks --sources ~/WC/KDECI-builds/cmake
    236 ...
    237 $ git clone git://cmake.org/cmake.git ~/WC/KDECI-builds/cmake
    238 $ python2.7 tools/perform-build.py --project cmake --branchGroup kf5-qt5 --platform darwin-mavericks --sources ~/WC/KDECI-builds/cmake
     235$ python2.7 tools/prepare-environment.py --project cmake --branchGroup kf5-qt5 --platform darwin-mavericks --sources ~/WC/KDECI-builds/kf5-qt5/cmake
     236...
     237$ git clone git://cmake.org/cmake.git ~/WC/KDECI-builds/kf5-qt5/cmake
     238$ python2.7 tools/perform-build.py --project cmake --branchGroup kf5-qt5 --platform darwin-mavericks --sources ~/WC/KDECI-builds/kf5-qt5/cmake
    239239...
    240240$