qmk-config/.woodpecker/build.yaml
Jake Walker 91e5530c48
All checks were successful
ci/woodpecker/push/build Pipeline was successful
add woodpecker ci pipeline
2024-11-05 15:05:26 +00:00

18 lines
439 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
directory: ./qmk_firmware
environment:
QMK_HOME: ${CI_WORKSPACE}/qmk_firmware
commands:
- qmk compile -kb lily58 -km jakew
- ls -lah