Skip to content

Commit

Permalink
Added example ESP32Rtttl to the list of compiled examples for testi…
Browse files Browse the repository at this point in the history
…ng purposes. #6
  • Loading branch information
end2endzone committed Aug 7, 2024
1 parent 5c8197b commit aafeac3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,11 @@ jobs:
shell: bash
run: ./ci/github/arduino_build_sketch.sh BlockingWithNonBlocking

- name: Build Arduino sketch - ESP32Rtttl
working-directory: ${{env.GITHUB_WORKSPACE}}
shell: bash
run: ./ci/github/arduino_build_sketch.sh ESP32Rtttl

- name: Build Arduino sketch - NonBlockingProgramMemoryRtttl
working-directory: ${{env.GITHUB_WORKSPACE}}
shell: bash
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,11 @@ jobs:
shell: cmd
run: call ci\github\arduino_build_sketch.bat BlockingWithNonBlocking

- name: Build Arduino sketch - ESP32Rtttl
working-directory: ${{env.GITHUB_WORKSPACE}}
shell: cmd
run: call ci\github\arduino_build_sketch.bat ESP32Rtttl

- name: Build Arduino sketch - NonBlockingProgramMemoryRtttl
working-directory: ${{env.GITHUB_WORKSPACE}}
shell: cmd
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ build_script:
- cmd: call %APPVEYOR_BUILD_FOLDER%\ci\appveyor\arduino_build_sketch.bat BlockingProgramMemoryRtttl
- cmd: call %APPVEYOR_BUILD_FOLDER%\ci\appveyor\arduino_build_sketch.bat BlockingRtttl
- cmd: call %APPVEYOR_BUILD_FOLDER%\ci\appveyor\arduino_build_sketch.bat BlockingWithNonBlocking
- cmd: call %APPVEYOR_BUILD_FOLDER%\ci\appveyor\arduino_build_sketch.bat ESP32Rtttl
- cmd: call %APPVEYOR_BUILD_FOLDER%\ci\appveyor\arduino_build_sketch.bat NonBlockingProgramMemoryRtttl
- cmd: call %APPVEYOR_BUILD_FOLDER%\ci\appveyor\arduino_build_sketch.bat NonBlockingRtttl
- cmd: call %APPVEYOR_BUILD_FOLDER%\ci\appveyor\arduino_build_sketch.bat NonBlockingStopBeforeEnd
Expand Down

0 comments on commit aafeac3

Please sign in to comment.