diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..925f4a6 --- /dev/null +++ b/.drone.yml @@ -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