Skip to content

Add Github Workflows #13

Add Github Workflows

Add Github Workflows #13

Workflow file for this run

name: Build nRF Connect for Desktop
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build_on_windows:
uses: ./.github/workflows/build.yml
with:
runner: windows-latest
build_on_mac_intel:
uses: ./.github/workflows/build.yml
with:
runner: macos-latest
# build_on_mac_apple_silicon:
# uses: ./.github/workflows/build.yml
# with:
# runner: macos-latest-xlarge
build_on_ubuntu:
uses: ./.github/workflows/build.yml
with:
runner: ubuntu-latest