Skip to content
Snippets Groups Projects
Commit c6257d2b authored by Nico's avatar Nico
Browse files

Merge branch 'nrbffs/ci-create-manifest-02' into 'master'

create manifest after building

See merge request freifunk-region/stuttgart/site!1
parents 9624f405 456e37a0
Branches nrbffs/ci-cache-only-dl
No related tags found
No related merge requests found
......@@ -5,12 +5,13 @@ variables:
stages:
- build
- package
.target: &target
stage: build
script:
- 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:
paths:
- gluon/output/
......@@ -75,3 +76,26 @@ target:x86-64:
<<: *target
variables:
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