Till Wegmueller
2021-12-01 97ab40c81dc911aea7e078498be7d47435c5196f
Setup compulation with multiple cores
1 files modified
2 ■■■ changed files
tools/jenkinshelper.ksh 2 ●●● patch | view | raw | blame | history
tools/jenkinshelper.ksh
@@ -58,7 +58,7 @@
    for f in $(git diff --name-only HEAD..origin/oi/hipster | grep Makefile); do
        echo "jenkinshelper: building for ${f%/*}..."
        curpwd=$(pwd)
        cd "${f%/*}" && gmake publish
        cd "${f%/*}" && COMPONENT_BUILD_ARGS=-j$(psrinfo -t -c) gmake publish
        rc=$?
        cd "${curpwd}"
        echo "jenkinshelper: done with ${f%/*} return code ${rc}"