Newer
Older
ECDSA_PRIVAT_KEY: "d8b6b90da391e2b8fdf1fec1499539937a35abcea79f2c3c15ae2f9edb5c455f"
GLUON_VERSION: "v2016.1.3"

Clemens John
committed
build:ar71xx-generic:
- bash build/build-ar71xx-generic.sh $GLUON_BRANCH $GLUON_VERSION

Clemens John
committed
artifacts:
paths:
- output/images/factory/*wr841*
- output/images/sysupgrade/*manifest
- output/images/sysupgrade/*wr841*

Clemens John
committed
#build:ar71xx-nand:
# stage: build
# tags:
# - firmware
# script:
# - bash build/build-ar71xx-nand.sh
stage: sign
- bash build/sign.sh $GLUON_BRANCH $ECDSA_PRIVAT_KEY

Clemens John
committed
dependencies:
- build:ar71xx-generic
# - build:ar71xx-nand
artifacts:
paths:
- bash build/deploy.sh $GLUON_BRANCH $CI_BUILD_REF_NAME

Clemens John
committed
dependencies:
- sign