Skip to content

Commit 919e481

Browse files
committed
Include all builds for all Arduino platforms
1 parent 0704e9b commit 919e481

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
133133
build-arduino-AVR:
134134
needs: static-code-tests
135-
if: false # This will deactivate the job
135+
#if: false # This will deactivate the job
136136
runs-on: ubuntu-latest
137137

138138
steps:
@@ -197,7 +197,7 @@ jobs:
197197
198198
build-arduino-ESP32:
199199
needs: static-code-tests
200-
if: false # This will deactivate the job
200+
#if: false # This will deactivate the job
201201
runs-on: ubuntu-latest
202202

203203
steps:
@@ -239,7 +239,7 @@ jobs:
239239
240240
build-arduino-MySensors:
241241
needs: static-code-tests
242-
if: false # This will deactivate the job
242+
#if: false # This will deactivate the job
243243
runs-on: ubuntu-latest
244244

245245
steps:
@@ -377,7 +377,7 @@ jobs:
377377
378378
build-arduino-nRF5:
379379
needs: static-code-tests
380-
if: false # This will deactivate the job
380+
#if: false # This will deactivate the job
381381
runs-on: ubuntu-latest
382382

383383
steps:
@@ -405,15 +405,15 @@ jobs:
405405
406406
# arduino-nRF5 Generic_nRF52832
407407
- name: Compile Generic_nRF52832 (tests)
408-
if: false # This will deactivate the step
408+
#if: false # This will deactivate the step
409409
run: |
410410
FQBN="sandeepmistry:nRF5:Generic_nRF52832:softdevice=none,lfclk=lfxo"
411411
SKETCHES="./tests"
412412
EXCLUDES="./.github/workflows/.ci_scripts/Arduino-nRF5-excludes"
413413
./.github/workflows/.ci_scripts/compile-arduino-sketches.sh $FQBN $SKETCHES $EXCLUDES
414414
415415
- name: Compile Generic_nRF52832 (examples)
416-
if: false # This will deactivate the step
416+
#if: false # This will deactivate the step
417417
run: |
418418
FQBN="sandeepmistry:nRF5:Generic_nRF52832:softdevice=none,lfclk=lfxo"
419419
SKETCHES="./examples"

0 commit comments

Comments
 (0)