+10
-4
@@ -5,7 +5,13 @@ pipeline:
|
||||
build:
|
||||
image: sublimino/debian-build-essential
|
||||
commands:
|
||||
- tar xvzf buildroot-2018.02.2.tar.gz
|
||||
- cd buildroot-2018.02.2
|
||||
- make BR2_EXTERNAL=../ ttngw_defconfig
|
||||
- make
|
||||
- ls
|
||||
#- tar xvzf buildroot-2018.02.2.tar.gz
|
||||
#- cd buildroot-2018.02.2
|
||||
#- make BR2_EXTERNAL=../ ttngw_defconfig
|
||||
#- make
|
||||
publish:
|
||||
image: plugins/gitea-release
|
||||
secrets: [ gitea_token ]
|
||||
base_url: https://dev.a-toy.eu
|
||||
files: README.md
|
||||
|
||||
Reference in New Issue
Block a user