Compare commits

..

5 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
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 -7
View File
@@ -10,17 +10,17 @@ pipeline:
build: build:
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
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/buildroot-2018.02.2/build.log
when: when:
event: tag event: tag