Compare commits

..

3 Commits

Author SHA1 Message Date
ahinsing c628afbbca Updated drone receipe
the build was successful
2018-05-25 12:07:02 +02:00
ahinsing 2023b71746 Updated drone receipe
the build failed
2018-05-25 11:54:08 +02:00
ahinsing aec49495ea Updated drone receipe
the build was successful
2018-05-25 11:48:31 +02:00
+6 -7
View File
@@ -11,17 +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
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
- buildroot-2018.02.2.tar.gz - builddir/buildroot-2018.02.2/build.log
when: when:
event: tag event: tag