|
|
|
|
@ -14,7 +14,7 @@ pipeline:
@@ -14,7 +14,7 @@ pipeline:
|
|
|
|
|
- tar xvzf ../buildroot-2018.02.2.tar.gz |
|
|
|
|
- cd buildroot-2018.02.2 |
|
|
|
|
- make BR2_EXTERNAL=../../ ttngw_defconfig |
|
|
|
|
- make |
|
|
|
|
- make > >(tee build.log |grep '>>>') 2>&1 |
|
|
|
|
publish: |
|
|
|
|
image: plugins/gitea-release |
|
|
|
|
secrets: [ gitea_token ] |
|
|
|
|
|