This commit is contained in:
15
.drone.yml
15
.drone.yml
@@ -26,18 +26,21 @@ steps:
|
|||||||
- name: feeds
|
- name: feeds
|
||||||
image: cr.wks/debian-stable-openwrt:latest
|
image: cr.wks/debian-stable-openwrt:latest
|
||||||
commands:
|
commands:
|
||||||
- cd openwrt && ./scripts/feeds update -a
|
- cd openwrt
|
||||||
- cd openwrt && ./scripts/feeds install -a
|
- ./scripts/feeds update -a
|
||||||
|
- ./scripts/feeds install -a
|
||||||
- name: make-prepare
|
- name: make-prepare
|
||||||
image: cr.wks/debian-stable-openwrt:latest
|
image: cr.wks/debian-stable-openwrt:latest
|
||||||
commands:
|
commands:
|
||||||
- cd openwrt && make -j2 defconfig
|
- cd openwrt
|
||||||
- cd openwrt && make -j2 download
|
- make -j2 defconfig
|
||||||
- cd openwrt && make -j2 clean
|
- make -j2 download
|
||||||
|
- make -j2 clean
|
||||||
- name: make-world
|
- name: make-world
|
||||||
image: cr.wks/debian-stable-openwrt:latest
|
image: cr.wks/debian-stable-openwrt:latest
|
||||||
commands:
|
commands:
|
||||||
- cd openwrt && make -j4 world
|
- cd openwrt
|
||||||
|
- make -j4 world
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: cr.wks/drone/drone-rsync:latest
|
image: cr.wks/drone/drone-rsync:latest
|
||||||
settings:
|
settings:
|
||||||
|
|||||||
Reference in New Issue
Block a user