Code Review
/
ci-management.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
d6a0dad
)
SPEC-3482: use the new package-all target
54/24954/1
author
Corentin LABBE
<clabbe@baylibre.com>
Wed, 8 Jul 2020 09:06:07 +0000
(11:06 +0200)
committer
Corentin LABBE
<clabbe@baylibre.com>
Wed, 8 Jul 2020 09:07:43 +0000
(11:07 +0200)
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 <clabbe@baylibre.com>
jjb/common/include-apps-build-app.sh
patch
|
blob
|
history
diff --git
a/jjb/common/include-apps-build-app.sh
b/jjb/common/include-apps-build-app.sh
index
a39b0c8
..
ac1a0ec
100644
(file)
--- 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