getting github actions to work

This commit is contained in:
2023-11-09 07:18:41 -06:00
parent c4de2365b9
commit b628079591

View File

@@ -27,15 +27,15 @@ jobs:
- name: Build
run: |
cd ~/qmk_firmware/
Building QMK for draculad
echo "Building QMK for draculad"
qmk compile -kb draculad -km dgvigil -e CONVERT_TO=promicro_rp2040
Building QMK for keebio/iris/rev8
echo "Building QMK for keebio/iris/rev8"
qmk compile -kb keebio/iris/rev8 -km dgvigil -e CONVERT_TO=promicro_rp2040
Building QMK for handwired/scottokeebs/scottogame
echo "Building QMK for handwired/scottokeebs/scottogame"
qmk compile -kb handwired/scottokeebs/scottogame -km dgvigil
Building QMK for ferris/sweep
echo "Building QMK for ferris/sweep"
qmk compile -kb ferris/sweep -km dgvigil
Building QMK for bluebell/swoop
echo "Building QMK for bluebell/swoop"
qmk compile -kb bluebell/swoop -km dgvigil -e CONVERT_TO=promicro_rp2040
find -maxdepth 1 -name "*.hex"
find -maxdepth 1 -name "*.uf2"