getting github actions to work
This commit is contained in:
10
.github/workflows/lint_and_compile.yml
vendored
10
.github/workflows/lint_and_compile.yml
vendored
@@ -27,15 +27,15 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
cd ~/qmk_firmware/
|
cd ~/qmk_firmware/
|
||||||
Building QMK for draculad
|
echo "Building QMK for draculad"
|
||||||
qmk compile -kb draculad -km dgvigil -e CONVERT_TO=promicro_rp2040
|
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
|
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
|
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
|
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
|
qmk compile -kb bluebell/swoop -km dgvigil -e CONVERT_TO=promicro_rp2040
|
||||||
find -maxdepth 1 -name "*.hex"
|
find -maxdepth 1 -name "*.hex"
|
||||||
find -maxdepth 1 -name "*.uf2"
|
find -maxdepth 1 -name "*.uf2"
|
||||||
|
|||||||
Reference in New Issue
Block a user