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