You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

26 lines
771 B

pipeline:
download:
image: plugins/download
source: https://buildroot.org/downloads/buildroot-2018.02.2.tar.gz
fixperm:
image: debian
commands:
- mkdir builddir
- chown 1000:1000 builddir
build:
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 ">>>"
publish:
image: plugins/gitea-release
secrets: [ gitea_token ]
base_url: https://dev.a-toy.eu
files:
- builddir/buildroot-2018.02.2/output/images/sdcard.img
- builddir/buildroot-2018.02.2/output/images/build.log
when:
event: tag