Update build.yml
This commit is contained in:
parent
1ab50d6beb
commit
a70509e008
1 changed files with 1 additions and 54 deletions
55
.github/workflows/build.yml
vendored
55
.github/workflows/build.yml
vendored
|
@ -18,66 +18,13 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
board:
|
board:
|
||||||
# - bluemicro840_v1
|
|
||||||
- nice_nano
|
- nice_nano
|
||||||
# - nrfmicro_13
|
|
||||||
# - proton_c
|
|
||||||
shield:
|
shield:
|
||||||
# - bfo9000_left
|
|
||||||
# - bfo9000_right
|
|
||||||
# - boardsource3x4
|
|
||||||
# - corne_left
|
|
||||||
# - corne_right
|
|
||||||
# - cradio_left
|
|
||||||
# - cradio_right
|
|
||||||
# - crbn
|
|
||||||
# - eek
|
|
||||||
# - helix_left
|
|
||||||
# - helix_right
|
|
||||||
# - iris_left
|
|
||||||
# - iris_right
|
|
||||||
# - jian_left
|
|
||||||
# - jian_right
|
|
||||||
# - jorne_left
|
|
||||||
# - jorne_right
|
|
||||||
# - kyria_left
|
|
||||||
# - kyria_right
|
|
||||||
# - lily58_left
|
|
||||||
# - lily58_right
|
|
||||||
# - microdox_left
|
|
||||||
# - microdox_right
|
|
||||||
# - nibble
|
|
||||||
# - qaz
|
|
||||||
# - quefrency_left
|
|
||||||
# - quefrency_right
|
|
||||||
# - reviung41
|
|
||||||
# - romac
|
|
||||||
# - romac_plus
|
|
||||||
# - settings_reset
|
|
||||||
# - sofle_left
|
|
||||||
# - sofle_right
|
|
||||||
# - splitreus62_left
|
|
||||||
# - splitreus62_right
|
|
||||||
# - tg4x
|
|
||||||
# - tidbit
|
|
||||||
- ut47
|
- ut47
|
||||||
cmake-args: [""]
|
cmake-args: [""]
|
||||||
include:
|
include:
|
||||||
- board: bdn9_rev2
|
|
||||||
- board: dz60rgb_rev1
|
|
||||||
- board: nrf52840_m2
|
|
||||||
shield: m60
|
|
||||||
- board: planck_rev6
|
|
||||||
- board: proton_c
|
|
||||||
shield: clueboard_california
|
|
||||||
- board: nice_nano
|
- board: nice_nano
|
||||||
shield: kyria_left
|
shield: ut47
|
||||||
cmake-args: -DCONFIG_ZMK_DISPLAY=y
|
|
||||||
skip-archive: true
|
|
||||||
- board: nice_nano
|
|
||||||
shield: kyria_right
|
|
||||||
cmake-args: -DCONFIG_ZMK_DISPLAY=y
|
|
||||||
skip-archive: true
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
Loading…
Add table
Reference in a new issue