Build NRF Connect SDK projects
Go to file
2023-09-19 01:41:51 +03:00
.github/workflows Update image_publishing.yml 2023-09-19 01:12:57 +03:00
Action.Dockerfile Update Action.Dockerfile 2023-09-19 01:19:08 +03:00
action.yml Update action.yml 2023-09-19 01:06:20 +03:00
docker-compose.yml Update docker-compose.yml 2023-09-19 01:08:52 +03:00
entrypoint.sh Update entrypoint.sh 2023-09-17 21:20:42 +03:00
Image.Dockerfile Update Image.Dockerfile 2023-09-19 01:21:00 +03:00
README.md Update README.md 2023-09-19 01:41:51 +03:00

nrf-connect-sdk-ci

Build NRF Connect SDK projects

Usage example:

jobs:
  build:

    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v3


    - name: Build
      uses: embedd-actions/nrf-connect-sdk-ci@v2.3.0
      with:
        board: nrf52833dk_nrf52833
        build_dir: build

How to specify a version of NRF Connect SDK

To select the specific version of NRF Connect SDK you can reference a specific version of GitHub action:

uses: embedd-actions/nrf-connect-sdk-ci@v2.3.0
uses: embedd-actions/nrf-connect-sdk-ci@v2.4.0

List of available tags

v2.3.0
v2.4.0