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