From: Corentin LABBE Date: Wed, 8 Jul 2020 09:06:07 +0000 (+0200) Subject: SPEC-3482: use the new package-all target X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F54%2F24954%2F1;p=ci-management.git SPEC-3482: use the new package-all target The new cmake templates expose the target 'make package-all' to produce all the different wgt types. Extend the CI app pipeline to use it. Change-Id: I5750fadcb1c92e5ce7ec13d25cb6c564b9e3bb84 Bug-AGL: SPEC-3482 Signed-off-by: Corentin LABBE --- diff --git a/jjb/common/include-apps-build-app.sh b/jjb/common/include-apps-build-app.sh index a39b0c8d..ac1a0ec5 100644 --- a/jjb/common/include-apps-build-app.sh +++ b/jjb/common/include-apps-build-app.sh @@ -115,6 +115,7 @@ if [[ ! x"yes" = x"$HANDLED" ]] && $(echo "$TARGETPROJECT" | grep -q "apps/"); t export isAUTOBUILD=1 else make package || true + make package-all || true fi popd export isCMAKE=1