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
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 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
- buildroot-2018.02.2.tar.gz
- builddir/buildroot-2018.02.2/output/images/sdcard.img
- builddir/buildroot-2018.02.2/build.log
when:
event: tag