Changes between Version 252 and Version 253 of KDEProblems/KDEMacPortsCI/Status


Ignore:
Timestamp:
Feb 14, 2015, 12:04:14 AM (9 years ago)
Author:
mkae (Marko Käning)
Comment:

Update number of projects

Legend:

Unmodified
Added
Removed
Modified
  • KDEProblems/KDEMacPortsCI/Status

    v252 v253  
    340340== Some stats about the OSX/CI system ==
    341341
    342 Altogether there are over a hundred KF5 frameworks and applications being regularly built for OSX (as of November 2014):
     342Altogether there are almost  twohundred KF5 frameworks and applications being regularly built for OSX (as of February 2015):
    343343{{{
    344344$ cat ~/scripts/tier*.fw | grep -v "#" | wc
    345     118     118    1164
     345    194     194    1893
    346346}}}
    347347
    348348The roundtrip time for a full check on all projects - if nothing has to be built - is on the 7-core-i7-iMac-OSX/CI-VM about half an hour at the moment. These 30 mins are mainly due to the rsync access to Jenkins master...
    349349
    350 A full rebuild of all projects (excluding qt5 and cmake) takes about 2,5 hrs:
     350A full rebuild of all projects (excluding qt5 and cmake) takes about 2,5 hrs (as of November 2014):
    351351{{{
    352352$ cd ~/scripts; time ./all-tiers-install.sh rebuild
     
    358358while a great portion of that is also due to the deployment of all built binaries to Jenkins master.
    359359
    360 Building including qt5 with a rebuild of all projects (except cmake) needs 3 hrs:
     360Building including qt5 with a rebuild of all projects (except cmake) needs 3 hrs (as of November 2014):
    361361{{{
    362362$ cd ~/scripts; time (./install.sh qt5 rebuild && ./all-tiers-install.sh rebuild)