Browse Source

Upgraded drone file

master
Anthony Hinsinger 8 years ago
parent
commit
69035e90af
  1. 14
      .drone.yml

14
.drone.yml

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

Loading…
Cancel
Save