File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # SPDX-License-Identifier: GPL-3.0+
2+ # SPDX-FileCopyrightText: 2025 unref-ptr <unref-ptr@protonmail.com>
3+
14name : Build
25
36on : [push, pull_request]
1013 RPI_BOARD_URL : https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
1114 strategy :
1215 matrix :
13- arduino-platform : ["arduino:avr","esp32:esp32","rp2040:rp2040"]
14- # This is usually optional but we need to statically define the
15- # FQBN of the boards we want to test for each platform. In the
16- # future the CLI might automatically detect and download the core
17- # needed to compile against a certain FQBN, at that point the
18- # following `include` section will be useless.
1916 include :
20- # This works like this: when the platform is "arduino:samd", the
21- # variable `fqbn` is set to "arduino:samd:nano_33_iot".
22- - arduino-platform : " esp32:esp32"
17+ - arduino-platform : " esp32:esp32@3.0.0"
2318 fqbn : " esp32:esp32:esp32"
2419 - arduino-platform : " rp2040:rp2040"
2520 fqbn : " rp2040:rp2040:rpipico"
5348 sudo mkdir -p $ARDUINO_LIB_PATH
5449 sudo cp $GITHUB_WORKSPACE/../lwIOLink -r $ARDUINO_LIB_PATH
5550
56- # Finally, we compile the sketch, using the FQBN that was set
57- # in the build matrix.
5851 - name : Compile Sketch
5952 run : |
6053 arduino-cli lib list
You can’t perform that action at this time.
0 commit comments