getting github actions to work
This commit is contained in:
1
.github/workflows/lint_and_compile.yml
vendored
1
.github/workflows/lint_and_compile.yml
vendored
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user