This commit is contained in:
parent
b81cba4e9e
commit
55a65a2945
2 changed files with 18 additions and 1 deletions
17
.woodpecker/build.yaml
Normal file
17
.woodpecker/build.yaml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
when:
|
||||||
|
- event: push
|
||||||
|
branch: main
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: prepare
|
||||||
|
image: alpine
|
||||||
|
commands:
|
||||||
|
- rm -rf ./qmk_firmware/keyboards/lily58/keymaps/jakew
|
||||||
|
- cp -r ./lily58 ./qmk_firmware/keyboards/lily58/keymaps/jakew
|
||||||
|
- name: compile
|
||||||
|
image: ghcr.io/qmk/qmk_cli
|
||||||
|
environment:
|
||||||
|
QMK_HOME: ${CI_WORKSPACE}/qmk_firmware
|
||||||
|
commands:
|
||||||
|
- qmk compile -kb lily58 -km jakew
|
||||||
|
- ls -lah
|
|
@ -1 +1 @@
|
||||||
Subproject commit 9a29ddf6aff4dd4356bf902cb6b4932ccec6639e
|
Subproject commit c8cdee3e4efb65d77c40fee9ef2894b0f214293f
|
Loading…
Reference in a new issue