Skip to content

Commit

Permalink
Draft
Browse files Browse the repository at this point in the history
  • Loading branch information
jangalda-nsc committed Mar 27, 2024
1 parent 108a012 commit 42a4945
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions .github/workflows/build-ncs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,9 @@ on:
pull_request:

jobs:
find-toolchain:
runs-on: ubuntu-22.04
container: docker.io/zephyrprojectrtos/ci-base:latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
path: example-application
- name: Initialize
shell: bash
run: |
west init -l example-application
west update nrf
- name: Find latest sdk-nrf tag
working-directory: nrf
run: echo "LATEST_NRF_TAG=$(git describe --first-parent --abbrev=0)" >> $GITHUB_ENV
- name: Test
run: echo $LATEST_NRF_TAG
build:
needs: find-toolchain
runs-on: ubuntu-22.04
container: ghcr.io/nrfconnect/sdk-nrf-toolchain:${LATEST_NRF_TAG}
container: ghcr.io/nrfconnect/sdk-nrf-toolchain:v2.6.0
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 42a4945

Please sign in to comment.