+11
@@ -0,0 +1,11 @@
|
||||
pipeline:
|
||||
download:
|
||||
image: plugins/download
|
||||
source: https://buildroot.org/downloads/buildroot-2018.02.2.tar.gz
|
||||
build:
|
||||
image: buildroot/base:20180318.1724
|
||||
commands:
|
||||
- ls -al
|
||||
- tar xvzf buildroot-2018.02.2.tar.gz
|
||||
- cd buildroot-2018.02.2
|
||||
- make BR2_EXTERNAL=../ ttngw_defconfig
|
||||
Reference in New Issue
Block a user