Compare commits

..

2 Commits

Author SHA1 Message Date
ahinsing 59d4e90029 Updated drone receipe
the build failed
2018-05-25 11:35:57 +02:00
ahinsing 13aa1a9ac9 Updated drone receipe
the build failed
2018-05-18 13:59:03 +02:00
+7 -6
View File
@@ -11,16 +11,17 @@ 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 builddir/buildroot-2018.02.2/output/images/sdcard.img builddir/buildroot-2018.02.2/build.log # - tar czf release.tar.gz output/images/sdcard.img 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/release.tar.gz
- buildroot-2018.02.2.tar.gz
when: when:
event: tag event: tag