Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
link

GitHub Action

NRF Connect SDK CI action

v2.3.0

NRF Connect SDK CI action

link

NRF Connect SDK CI action

Building nrf connect sdk projects

Installation

Copy and paste the following snippet into your .yml file.

              

- name: NRF Connect SDK CI action

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

Learn more about this action in embedd-actions/nrf-connect-sdk-ci

Choose a version

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

List of available tags

v2.3.0