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

add deploy

parent fe021ee8
No related branches found
No related tags found
No related merge requests found
......@@ -3,17 +3,25 @@ before_script:
stages:
- build
- deploy
nightly-ar71xx-generic:
ar71xx-generic:
stage: build
tags:
- firmware
script:
- bash build/build-ar71xx-generic.sh
nightly-ar71xx-nand:
ar71xx-nand:
stage: build
tags:
- firmware
script:
- bash build/build-ar71xx-generic.sh
\ No newline at end of file
- bash build/build-ar71xx-generic.sh
deploy:
stage: deploy
tags:
- firmware
script:
- bash build/deploy.sh
\ No newline at end of file
#!/bin/sh
ls output/images/factory
\ 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