Skip to content

Tnyblom 

build.kde.org - Stable bump and bumps

Monday, 26 December 2011
First, I've changed the branches that are being built on build.kde.org to reflect the branching of 4.8. Second I've incorporated a build of Qt 4.8 branch that is triggered once a week to keep up with fixes there. Read More

frameworks in Jenkins

Wednesday, 16 November 2011
kdelibs frameworks branch is now covered in build.kde.org :) But due to a bug in the build system it requires a special hack to build, ie the cmake call does all the required work but fails with a message about inqt5 not being in the export set. So to make it build in Jenkins the exit code from cmake has to be ignored. Other then that it seems to work ok. Read More

build.kde.org - status update

Monday, 7 November 2011
A long over due update on the status of build.kde.org. It now builds most of the old core KDE modules. Both the stable, currently the KDE/4.7 branch and the master branch. Sadly I haven't gotten Qt5 or kdelibs frameworks branch to build as a result nepomuk-core doesn't build either. Read More

Continiuous Integration server for KDE - Alive

Thursday, 18 August 2011
Thanks to our fabulous sysadmin team KDE now has a Jenkins installation[1] that serves kdelibs (KDE/4.7), kde-runtime and kdepim* (all master). The plan is to have this as a pilot and if that goes well expand to include all (main) modules, stable and master branches. Read More

Continiuous Integration server for KDE(PIM) - Dead

Tuesday, 9 August 2011
Unfortunately my server decided to die today... I've managed to get the most important stuff up again but the Jenkins instance is toast. That is the actual Jenkins server is alive but there is no resources for the build slave, so for all intents it's dead. Read More

Continiuous Integration server for KDE(PIM)

Thursday, 28 July 2011
I'm experimenting with providing a CI (continuous integration) server for KDEPIM. For a while I've been running a cronjob that triggers a cmake script. This script then polls the repositories for 24 hours and every time a change was detected a build was performed. The results from this was feed to http://my.cdash.org (kdepim, kdepimlibs and kdepim-runtime). Read More