Build NRF Connect SDK projects
Go to file
2023-09-17 21:17:19 +03:00
action.yml Update action.yml 2023-09-16 23:46:37 +03:00
docker-compose.yml add files 2023-09-16 23:25:10 +03:00
Dockerfile Update Dockerfile 2023-09-17 21:17:19 +03:00
entrypoint.sh Update entrypoint.sh 2023-09-17 21:03:31 +03:00
README.md add files 2023-09-16 23:25:10 +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