Compare commits
5 Commits
5caf2ad030
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| c628afbbca | |||
| 2023b71746 | |||
| aec49495ea | |||
| 59d4e90029 | |||
| 13aa1a9ac9 |
+2
-2
@@ -15,12 +15,12 @@ pipeline:
|
|||||||
- cd buildroot-2018.02.2
|
- cd buildroot-2018.02.2
|
||||||
- make BR2_EXTERNAL=../../ ttngw_defconfig
|
- make BR2_EXTERNAL=../../ ttngw_defconfig
|
||||||
- make 2>&1 | tee build.log | grep --line-buffered ">>>"
|
- make 2>&1 | tee build.log | grep --line-buffered ">>>"
|
||||||
- tar czf release.tar.gz builddir/buildroot-2018.02.2/output/images/sdcard.img builddir/buildroot-2018.02.2/build.log
|
|
||||||
publish:
|
publish:
|
||||||
image: plugins/gitea-release
|
image: plugins/gitea-release
|
||||||
secrets: [ gitea_token ]
|
secrets: [ gitea_token ]
|
||||||
base_url: https://dev.a-toy.eu
|
base_url: https://dev.a-toy.eu
|
||||||
files:
|
files:
|
||||||
- builddir/buildroot-2018.02.2/release.tar.gz
|
- builddir/buildroot-2018.02.2/output/images/sdcard.img
|
||||||
|
- builddir/buildroot-2018.02.2/build.log
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
|
|||||||
Reference in New Issue
Block a user