Shorten job names
This commit is contained in:
parent
6c618d946c
commit
02b3970ffc
3 changed files with 11 additions and 7 deletions
8
.github/workflows/b-parasite.yml
vendored
8
.github/workflows/b-parasite.yml
vendored
|
|
@ -23,7 +23,7 @@ jobs:
|
||||||
|
|
||||||
build-blinky:
|
build-blinky:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Build blinky sample
|
name: Build blinky
|
||||||
needs:
|
needs:
|
||||||
- lint
|
- lint
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -39,7 +39,7 @@ jobs:
|
||||||
|
|
||||||
build-soil-read-loop:
|
build-soil-read-loop:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Build soil_read_loop sample
|
name: Build soil_read_loop
|
||||||
needs:
|
needs:
|
||||||
- lint
|
- lint
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -59,7 +59,7 @@ jobs:
|
||||||
soc: [nrf52840, nrf52833]
|
soc: [nrf52840, nrf52833]
|
||||||
revision: [1.1.0, 1.2.0, 2.0.0]
|
revision: [1.1.0, 1.2.0, 2.0.0]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Build ble sample for ${{ matrix.soc }}@${{ matrix.revision }}
|
name: Build ble ${{ matrix.soc }}@${{ matrix.revision }}
|
||||||
needs:
|
needs:
|
||||||
- lint
|
- lint
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -80,7 +80,7 @@ jobs:
|
||||||
soc: [nrf52840, nrf52833]
|
soc: [nrf52840, nrf52833]
|
||||||
revision: [1.2.0, 2.0.0]
|
revision: [1.2.0, 2.0.0]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Build zigbee sample for ${{ matrix.soc }}@${{ matrix.revision }}
|
name: Build zigbee ${{ matrix.soc }}@${{ matrix.revision }}
|
||||||
needs:
|
needs:
|
||||||
- lint
|
- lint
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
|
|
@ -20,5 +20,7 @@ CONFIG_NEWLIB_LIBC=y
|
||||||
CONFIG_NEWLIB_LIBC_FLOAT_PRINTF=y
|
CONFIG_NEWLIB_LIBC_FLOAT_PRINTF=y
|
||||||
|
|
||||||
# Application config - see all options in Kconfig.
|
# Application config - see all options in Kconfig.
|
||||||
# CONFIG_PRST_BLE_ENCODING_BTHOME_V1=y
|
CONFIG_PRST_BLE_ENCODING_BTHOME_V2=y
|
||||||
# CONFIG_PRST_SLEEP_DURATION_SEC=1
|
# CONFIG_PRST_SLEEP_DURATION_SEC=1
|
||||||
|
|
||||||
|
CONFIG_PRSTLIB_LOG_LEVEL_DBG=y
|
||||||
|
|
@ -11,6 +11,8 @@
|
||||||
"C_Cpp.autoAddFileAssociations": false,
|
"C_Cpp.autoAddFileAssociations": false,
|
||||||
"nrf-connect.applications": [
|
"nrf-connect.applications": [
|
||||||
"${workspaceFolder}"
|
"${workspaceFolder}"
|
||||||
]
|
],
|
||||||
|
"nrf-connect.toolchain.path": "${nrf-connect.toolchain:2.2.0}",
|
||||||
|
"nrf-connect.topdir": "${nrf-connect.sdk:2.2.0}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Reference in a new issue