Disbling keebs that I'm not using from compiling in github actions

This commit is contained in:
2023-12-15 18:47:19 -06:00
parent 4f18cc9b7d
commit e6708fc9ec

View File

@@ -30,16 +30,16 @@ jobs:
cd /home/runner/work/dgvigil-keebs/dgvigil-keebs/qmk_firmware/
echo "Building QMK for draculad"
qmk compile -kb draculad -km dgvigil -e CONVERT_TO=promicro_rp2040
echo "Building QMK for handwired/scottokeebs/scottogame"
qmk compile -kb handwired/scottokeebs/scottogame -km dgvigil
echo "Building QMK for Q8"
qmk compile -kb keychron/q8/ansi_encoder -km dgvigil
echo "Building QMK for ferris/sweep"
qmk compile -kb ferris/sweep -km dgvigil
# echo "Building QMK for handwired/scottokeebs/scottogame"
# qmk compile -kb handwired/scottokeebs/scottogame -km dgvigil
# echo "Building QMK for Q8"
# qmk compile -kb keychron/q8/ansi_encoder -km dgvigil
# echo "Building QMK for ferris/sweep"
# qmk compile -kb ferris/sweep -km dgvigil
echo "Building QMK for keebio/iris/rev8"
qmk compile -kb keebio/iris/rev8 -km dgvigil
echo "Building QMK for bluebell/swoop"
qmk compile -kb bluebell/swoop -km dgvigil -e CONVERT_TO=promicro_rp2040
# 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"
mkdir -p ~/compiled/firmware