qmk-config/.woodpecker/build.yaml
Jake Walker 55a65a2945
Some checks failed
ci/woodpecker/push/build Pipeline failed
add woodpecker ci pipeline
2024-11-05 14:56:44 +00:00

17 lines
409 B
YAML

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