From 2023b71746d5d1038eab19ac0e62bd3f6e88aa9d Mon Sep 17 00:00:00 2001 From: Anthony Hinsinger Date: Fri, 25 May 2018 11:54:08 +0200 Subject: [PATCH] Updated drone receipe --- .drone.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index a53fa65..ba3d6db 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,18 +11,16 @@ pipeline: image: buildroot/base:20180318.1724 commands: - cd builddir - #- tar xzf ../buildroot-2018.02.2.tar.gz - #- cd buildroot-2018.02.2 - #- make BR2_EXTERNAL=../../ ttngw_defconfig - #- 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 + - tar xzf ../buildroot-2018.02.2.tar.gz + - cd buildroot-2018.02.2 + - make BR2_EXTERNAL=../../ ttngw_defconfig + - make 2>&1 | tee build.log | grep --line-buffered ">>>" publish: image: plugins/gitea-release secrets: [ gitea_token ] base_url: https://dev.a-toy.eu files: - #- builddir/buildroot-2018.02.2/release.tar.gz - - builddir/release.tar.gz + - builddir/buildroot-2018.02.2/output/images/sdcard.img + - builddir/buildroot-2018.02.2/output/images/build.log when: event: tag