Skip to content
Snippets Groups Projects
Commit 3c899320 authored by Johannes Rudolph's avatar Johannes Rudolph
Browse files

add sign

parent 3d80165b
No related branches found
No related tags found
1 merge request!10Citest
...@@ -3,6 +3,7 @@ before_script: ...@@ -3,6 +3,7 @@ before_script:
stages: stages:
- build - build
- sign
- deploy - deploy
ar71xx-generic: ar71xx-generic:
...@@ -19,6 +20,13 @@ ar71xx-nand: ...@@ -19,6 +20,13 @@ ar71xx-nand:
script: script:
- bash build/build-ar71xx-generic.sh - bash build/build-ar71xx-generic.sh
sign:
stage: deploy
tags:
- firmware
script:
- bash build/sign.sh
deploy: deploy:
stage: deploy stage: deploy
tags: tags:
......
#!/bin/sh #!/bin/sh
cpus=`nproc` cpus=`nproc`
make update make update
rm -rf ./packages/ffnw make -dkj $cpus GLUON_BRANCH=nightly GLUON_TARGET=ar71xx-generic
\ No newline at end of file
git clone https://git.nordwest.freifunk.net/ffnw-firmware/packages.git ./packages/ffnw
make -dkj $cpus GLUON_BRANCH=stable GLUON_TARGET=ar71xx-generic
make -dkj $cpus GLUON_BRANCH=stable GLUON_TARGET=ar71xx-nand
make -dkj $cpus GLUON_BRANCH=stable GLUON_TARGET=mpc85xx-generic
make -dkj $cpus GLUON_BRANCH=stable GLUON_TARGET=x86-generic
make -dkj $cpus GLUON_BRANCH=stable GLUON_TARGET=x86-kvm_guest
make -dkj $cpus GLUON_BRANCH=stable GLUON_TARGET=x86-64
make -dkj $cpus GLUON_BRANCH=stable GLUON_TARGET=x86-xen_domu
\ No newline at end of file
...@@ -4,4 +4,4 @@ cpus=`nproc` ...@@ -4,4 +4,4 @@ cpus=`nproc`
make update make update
make -dkj $cpus GLUON_BRANCH=stable GLUON_TARGET=ar71xx-nand make -dkj $cpus GLUON_BRANCH=nightly GLUON_TARGET=ar71xx-nand
\ No newline at end of file \ No newline at end of file
#!/bin/sh
ECDSA_PRIVAT_KEY="d8b6b90da391e2b8fdf1fec1499539937a35abcea79f2c3c15ae2f9edb5c455f"
\ No newline at end of file
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