Skip to content

Commit

Permalink
Fix build script for Generic_nRF51822 tests in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
virtual-maker committed Jan 2, 2025
1 parent 919e481 commit b7e63ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -424,15 +424,15 @@ jobs:
- name: Compile Generic_nRF51822 (tests)
#if: false # This will deactivate the step
run: |
FQBN="sandeepmistry:nRF5:Generic_nRF51822:chip=xxaa,softdevice=none,lfclk=lfxo
FQBN="sandeepmistry:nRF5:Generic_nRF51822:chip=xxaa,softdevice=none,lfclk=lfxo"
SKETCHES="./tests"
EXCLUDES="./.github/workflows/.ci_scripts/Arduino-nRF5-excludes"
./.github/workflows/.ci_scripts/compile-arduino-sketches.sh $FQBN $SKETCHES $EXCLUDES
- name: Compile Generic_nRF51822 (examples)
#if: false # This will deactivate the step
run: |
FQBN="sandeepmistry:nRF5:Generic_nRF51822:chip=xxaa,softdevice=none,lfclk=lfxo
FQBN="sandeepmistry:nRF5:Generic_nRF51822:chip=xxaa,softdevice=none,lfclk=lfxo"
SKETCHES="./examples"
EXCLUDES="./.github/workflows/.ci_scripts/Arduino-nRF5-excludes"
./.github/workflows/.ci_scripts/compile-arduino-sketches.sh $FQBN $SKETCHES $EXCLUDES

0 comments on commit b7e63ec

Please sign in to comment.