Skip to content
Snippets Groups Projects
Commit 456e37a0 authored by Nico's avatar Nico Committed by nrbffs
Browse files

create manifest after building

parent 9624f405
No related branches found
No related tags found
No related merge requests found
...@@ -5,12 +5,13 @@ variables: ...@@ -5,12 +5,13 @@ variables:
stages: stages:
- build - build
- package
.target: &target .target: &target
stage: build stage: build
script: script:
- make -C gluon update GLUON_SITEDIR="$CI_PROJECT_DIR" - make -C gluon update GLUON_SITEDIR="$CI_PROJECT_DIR"
- make -C gluon GLUON_SITEDIR="$CI_PROJECT_DIR" GLUON_TARGET="$GLUON_TARGET" V=1 -j`nproc` - make -C gluon GLUON_SITEDIR="$CI_PROJECT_DIR" GLUON_TARGET="$GLUON_TARGET" GLUON_BRANCH=nightly V=1 -j`nproc`
artifacts: artifacts:
paths: paths:
- gluon/output/ - gluon/output/
...@@ -75,3 +76,26 @@ target:x86-64: ...@@ -75,3 +76,26 @@ target:x86-64:
<<: *target <<: *target
variables: variables:
GLUON_TARGET: x86-64 GLUON_TARGET: x86-64
package:
stage: package
dependencies:
- target:ar71xx-generic
- target:ar71xx-tiny
- target:ar71xx-nand
- target:brcm2708-bcm2708
- target:brcm2708-bcm2709
- target:ipq40xx
- target:mpc85xx-generic
- target:ramips-mt7621
- target:x86-generic
- target:x86-geode
- target:x86-64
script:
- make -C gluon update GLUON_SITEDIR="$CI_PROJECT_DIR"
- make -C gluon manifest GLUON_BRANCH=nightly GLUON_SITEDIR="$CI_PROJECT_DIR" V=1
artifacts:
paths:
- gluon/output
expire_in: 7 days
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment