Skip to content

Warning

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

NRF Connect SDK CI action

Actions
Building nrf connect sdk projects
v2.7.0
Star (5)

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/[email protected]
      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/[email protected]
uses: embedd-actions/[email protected]
uses: embedd-actions/[email protected]
uses: embedd-actions/[email protected]

List of available tags

v2.3.0
v2.4.0
v2.4.1
v2.4.2
v2.5.0
v2.5.1
v2.6.1
v2.7.0

NRF Connect SDK CI action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Building nrf connect sdk projects
v2.7.0

NRF Connect SDK CI action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.