Browse Source

Updated drone receipe

master
Anthony Hinsinger 8 years ago
parent
commit
2023b71746
  1. 14
      .drone.yml

14
.drone.yml

@ -11,18 +11,16 @@ pipeline:
image: buildroot/base:20180318.1724 image: buildroot/base:20180318.1724
commands: commands:
- cd builddir - cd builddir
#- tar xzf ../buildroot-2018.02.2.tar.gz - tar xzf ../buildroot-2018.02.2.tar.gz
#- 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 output/images/sdcard.img build.log
- tar czf release.tar.gz ../README.md
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/release.tar.gz - builddir/buildroot-2018.02.2/output/images/build.log
when: when:
event: tag event: tag

Loading…
Cancel
Save