|
|
|
|
@ -5,9 +5,6 @@ pipeline:
@@ -5,9 +5,6 @@ pipeline:
|
|
|
|
|
build: |
|
|
|
|
image: sublimino/debian-build-essential |
|
|
|
|
commands: |
|
|
|
|
- ls -al |
|
|
|
|
- pwd |
|
|
|
|
- whoami |
|
|
|
|
- cat /etc/issue |
|
|
|
|
- touch bla |
|
|
|
|
- tar xvzf buildroot-2018.02.2.tar.gz |
|
|
|
|
- cd buildroot-2018.02.2 |
|
|
|
|
- make BR2_EXTERNAL=../ ttngw_defconfig |
|
|
|
|
|