Skip to content

Commit

Permalink
build on woodpecker
Browse files Browse the repository at this point in the history
  • Loading branch information
chdorner committed Oct 25, 2024
1 parent 3462888 commit 21e4c66
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .woodpecker/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
when:
- event:
- push

steps:
- name: build
image: zmkfirmware/zmk-build-arm:stable
commands:
- mkdir config; mv . config/
- west init -l config
- west update
- west zephyr-export
- west list

0 comments on commit 21e4c66

Please sign in to comment.