Browse Source

Updated drone receipe

master
Anthony Hinsinger 8 years ago
parent
commit
5caf2ad030
  1. 4
      .drone.yml

4
.drone.yml

@ -15,12 +15,12 @@ pipeline: @@ -15,12 +15,12 @@ pipeline:
- cd buildroot-2018.02.2
- make BR2_EXTERNAL=../../ ttngw_defconfig
- 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:
image: plugins/gitea-release
secrets: [ gitea_token ]
base_url: https://dev.a-toy.eu
files:
- builddir/buildroot-2018.02.2/output/images/sdcard.img
- builddir/buildroot-2018.02.2/build.log
- builddir/buildroot-2018.02.2/release.tar.gz
when:
event: tag

Loading…
Cancel
Save