2023-09-16 20:22:54 +03:00
|
|
|
# nrf-connect-sdk-nrfutilbased-ci
|
|
|
|
CI for NRF Connect SDK projects
|
2023-09-16 23:32:19 +03:00
|
|
|
|
|
|
|
## Usage example:
|
|
|
|
|
|
|
|
```
|
|
|
|
jobs:
|
|
|
|
build:
|
|
|
|
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v3
|
|
|
|
|
|
|
|
|
|
|
|
- name: Build
|
|
|
|
uses: embedd-actions/nrf-connect-sdk-nrfutilbased-ci@v2.3.0
|
|
|
|
with:
|
|
|
|
board: nrf52833dk_nrf52833
|
|
|
|
build_dir: build
|
|
|
|
|
|
|
|
```
|