update qmk and add pipeline
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Jake Walker 2024-11-05 08:52:19 +00:00
parent b81cba4e9e
commit e2a794ce85
2 changed files with 25 additions and 1 deletions

24
.woodpecker/build.yaml Normal file
View file

@ -0,0 +1,24 @@
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
- name: upload
image: alpine/curl
directory: ./qmk_firmware
commands:
- sha256sum *.hex
- curl -F'file=@lily58_rev1_jakew.hex' https://vh7.uk/api/upload

@ -1 +1 @@
Subproject commit 9a29ddf6aff4dd4356bf902cb6b4932ccec6639e
Subproject commit c8cdee3e4efb65d77c40fee9ef2894b0f214293f