Shorten job names

This commit is contained in:
rbaron 2023-03-19 16:45:55 +01:00
parent 6c618d946c
commit 02b3970ffc
3 changed files with 11 additions and 7 deletions

View file

@ -23,7 +23,7 @@ jobs:
build-blinky:
runs-on: ubuntu-latest
name: Build blinky sample
name: Build blinky
needs:
- lint
steps:
@ -39,7 +39,7 @@ jobs:
build-soil-read-loop:
runs-on: ubuntu-latest
name: Build soil_read_loop sample
name: Build soil_read_loop
needs:
- lint
steps:
@ -59,7 +59,7 @@ jobs:
soc: [nrf52840, nrf52833]
revision: [1.1.0, 1.2.0, 2.0.0]
runs-on: ubuntu-latest
name: Build ble sample for ${{ matrix.soc }}@${{ matrix.revision }}
name: Build ble ${{ matrix.soc }}@${{ matrix.revision }}
needs:
- lint
steps:
@ -80,7 +80,7 @@ jobs:
soc: [nrf52840, nrf52833]
revision: [1.2.0, 2.0.0]
runs-on: ubuntu-latest
name: Build zigbee sample for ${{ matrix.soc }}@${{ matrix.revision }}
name: Build zigbee ${{ matrix.soc }}@${{ matrix.revision }}
needs:
- lint
steps:

View file

@ -20,5 +20,7 @@ CONFIG_NEWLIB_LIBC=y
CONFIG_NEWLIB_LIBC_FLOAT_PRINTF=y
# Application config - see all options in Kconfig.
# CONFIG_PRST_BLE_ENCODING_BTHOME_V1=y
# CONFIG_PRST_SLEEP_DURATION_SEC=1
CONFIG_PRST_BLE_ENCODING_BTHOME_V2=y
# CONFIG_PRST_SLEEP_DURATION_SEC=1
CONFIG_PRSTLIB_LOG_LEVEL_DBG=y

View file

@ -11,6 +11,8 @@
"C_Cpp.autoAddFileAssociations": false,
"nrf-connect.applications": [
"${workspaceFolder}"
]
],
"nrf-connect.toolchain.path": "${nrf-connect.toolchain:2.2.0}",
"nrf-connect.topdir": "${nrf-connect.sdk:2.2.0}"
}
}