2
0

workdir
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-03-03 10:17:38 +01:00
parent 72ba57a47b
commit 9d2dc556a1

View File

@@ -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: