Changes between Version 65 and Version 66 of KDEProblems/KDEMacPortsCI/Status


Ignore:
Timestamp:
Jul 2, 2014, 9:50:30 PM (10 years ago)
Author:
mkae (Marko Käning)
Comment:

mention "git checkout jenkins"

Legend:

Unmodified
Added
Removed
Modified
  • KDEProblems/KDEMacPortsCI/Status

    v65 v66  
    233233$ python2.7 tools/prepare-environment.py --project PROJECT --branchGroup kf5-qt5 --platform darwin-mavericks --sources ~/WC/KDECI-build/PROJECT
    234234...
     235$ (cd ~/WC/KDECI-build/PROJECT; git checkout jenkins)
     236...
    235237$ python2.7 tools/perform-build.py --project PROJECT --branchGroup kf5-qt5 --platform darwin-mavericks --sources ~/WC/KDECI-build/PROJECT
    236238...
     
    243245...
    244246}}}
    245 where {{{prepare.sh}}} takes care of creating the build directory if it is not yet existing. This is only needed when building a project manually, otherwise done by the jenkins slave.
    246 Alternatively one can combine both of these steps using:
     247where {{{prepare.sh}}} takes care of creating the build directory if it is not yet existing as well as checks out the branch 'jenkins'. This is only needed when building a project manually, otherwise it gets one by the jenkins slave. Alternatively one can combine both of these steps using:
    247248{{{
    248249$ ./install.sh PROJECT