Sergey 1084bcbcc0
Merge pull request #29 from ParthSanepara/v2.9.1
add: support for NCS v2.9.1
2025-03-17 12:56:29 +03:00
2023-09-20 08:55:34 +03:00
2025-03-10 15:25:11 +05:30
2025-03-10 15:25:11 +05:30
2025-03-10 15:25:11 +05:30
2023-09-21 23:26:52 +03:00
2025-03-10 15:25:11 +05:30

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.9.1
      with:
        board: <DK Board Name>
        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
uses: embedd-actions/nrf-connect-sdk-ci@v2.6.1
uses: embedd-actions/nrf-connect-sdk-ci@v2.7.0
uses: embedd-actions/nrf-connect-sdk-ci@v2.8.0
uses: embedd-actions/nrf-connect-sdk-ci@v2.9.0
uses: embedd-actions/nrf-connect-sdk-ci@v2.9.1

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
v2.8.0
v2.8.0
v2.9.0
v2.9.1
Description
Build NRF Connect SDK projects
Readme 145 KiB
Languages
Dockerfile 93.7%
Shell 6.3%