getting github actions to work
This commit is contained in:
15
.github/workflows/lint_and_compile.yml
vendored
15
.github/workflows/lint_and_compile.yml
vendored
@@ -27,11 +27,16 @@ jobs:
|
||||
- name: Build
|
||||
run: |
|
||||
cd ~/qmk_firmware/
|
||||
for t in draculad keebio/iris/rev8 handwired/scottokeebs/scottogame ferris/sweep bluebell/swoop;
|
||||
do echo "Building QMK for $t";
|
||||
echo "qmk compile -kb $t -km dgvigil"
|
||||
qmk compile -kb $t -km dgvigil
|
||||
done
|
||||
Building QMK for draculad
|
||||
qmk compile -kb draculad -km dgvigil -e CONVERT_TO=promicro_rp2040
|
||||
Building QMK for keebio/iris/rev8
|
||||
qmk compile -kb keebio/iris/rev8 -km dgvigil -e CONVERT_TO=promicro_rp2040
|
||||
Building QMK for handwired/scottokeebs/scottogame
|
||||
qmk compile -kb handwired/scottokeebs/scottogame -km dgvigil
|
||||
Building QMK for ferris/sweep
|
||||
qmk compile -kb ferris/sweep -km dgvigil
|
||||
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