getting github actions to work

This commit is contained in:
2023-11-09 06:47:05 -06:00
parent f29cbdca9c
commit 9307005a17

View File

@@ -29,6 +29,7 @@ jobs:
cd ~/qmk_firmware/ cd ~/qmk_firmware/
for t in draculad keebio/iris/rev8 handwired/scottokeebs/scottogame ferris/sweep bluebell/swoop; for t in draculad keebio/iris/rev8 handwired/scottokeebs/scottogame ferris/sweep bluebell/swoop;
do echo "Building QMK for $t"; do echo "Building QMK for $t";
echo "qmk compile -kb $t -km dgvigil"
qmk compile -kb $t -km dgvigil qmk compile -kb $t -km dgvigil
done done
find -maxdepth 1 -name "*.hex" find -maxdepth 1 -name "*.hex"