Skip to content
Snippets Groups Projects
Commit 4e2ad4eb authored by nrbffs's avatar nrbffs
Browse files

CI: build manifest for all update channels

Build the manifest for stable, beta and nightly in the package step.
This avoids the need of a rebuild to publish the firmware on a
different channel.
parent eddf7dbc
No related branches found
No related tags found
No related merge requests found
...@@ -132,9 +132,8 @@ target:x86-64: ...@@ -132,9 +132,8 @@ target:x86-64:
package: package:
stage: package stage: package
script: script:
- GLUON_BRANCH=$(./get-gluon-branch.sh) - make -C gluon update GLUON_SITEDIR="$CI_PROJECT_DIR"
- test -z "$GLUON_BRANCH" || make -C gluon update GLUON_SITEDIR="$CI_PROJECT_DIR" - for branch in "stable" "beta" "nightly"; do make -C gluon manifest GLUON_BRANCH="$branch" GLUON_SITEDIR="$CI_PROJECT_DIR" V=1; done
- test -z "$GLUON_BRANCH" || make -C gluon manifest GLUON_BRANCH=$(./get-gluon-branch.sh) GLUON_SITEDIR="$CI_PROJECT_DIR" V=1
artifacts: artifacts:
paths: paths:
- gluon/output - gluon/output
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment