Disbling keebs that I'm not using from compiling in github actions
This commit is contained in:
16
.github/workflows/lint_and_compile.yml
vendored
16
.github/workflows/lint_and_compile.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user