Skip to content
Snippets Groups Projects
Commit 6db029a5 authored by Jan-Tarek Butt's avatar Jan-Tarek Butt
Browse files

prepare yml conf for dynamic target selecting

parent 96ebba53
No related branches found
No related tags found
No related merge requests found
variables: variables:
GLUON_BRANCH: "nightly" GLUON_BRANCH: "nightly"
ECDSA_PRIVAT_KEY: "d8b6b90da391e2b8fdf1fec1499539937a35abcea79f2c3c15ae2f9edb5c455f" ECDSA_PRIVAT_KEY: "d8b6b90da391e2b8fdf1fec1499539937a35abcea79f2c3c15ae2f9edb5c455f"
GLUON_VERSION: "v2016.1.3" GLUON_VERSION: "v2016.1.x"
stages: stages:
- build - build
- sign - sign
- deploy - deploy
build:ar71xx-generic: build:gluon:
stage: build stage: build
only: only:
- master - master
...@@ -16,7 +16,7 @@ build:ar71xx-generic: ...@@ -16,7 +16,7 @@ build:ar71xx-generic:
tags: tags:
- firmware - firmware
script: script:
- bash build/build-ar71xx-generic.sh $GLUON_BRANCH $GLUON_VERSION - bash build/target.sh $GLUON_BRANCH $GLUON_VERSION
artifacts: artifacts:
paths: paths:
- output/images/factory/*wr841* - output/images/factory/*wr841*
...@@ -24,13 +24,6 @@ build:ar71xx-generic: ...@@ -24,13 +24,6 @@ build:ar71xx-generic:
- output/images/sysupgrade/*wr841* - output/images/sysupgrade/*wr841*
- contrib/ - contrib/
#build:ar71xx-nand:
# stage: build
# tags:
# - firmware
# script:
# - bash build/build-ar71xx-nand.sh
sign: sign:
stage: sign stage: sign
only: only:
...@@ -41,8 +34,7 @@ sign: ...@@ -41,8 +34,7 @@ sign:
script: script:
- bash build/sign.sh $GLUON_BRANCH $ECDSA_PRIVAT_KEY - bash build/sign.sh $GLUON_BRANCH $ECDSA_PRIVAT_KEY
dependencies: dependencies:
- build:ar71xx-generic - build:gluon
# - build:ar71xx-nand
artifacts: artifacts:
paths: paths:
- output/images/ - output/images/
......
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