File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 42
42
env :
43
43
BSP_URL : https://adafruit.github.io/arduino-board-index/package_adafruit_index.json
44
44
BSP_PATH : .arduino15/packages/adafruit/hardware/nrf52
45
+ LIB_DEPS : >
46
+ "Adafruit Circuit Playground" "Adafruit NeoPixel" "Adafruit NeoMatrix"
47
+ "Adafruit GFX Library" "Adafruit SSD1306" "Adafruit ILI9341" "Adafruit HX8357 Library" "Adafruit EPD"
48
+ "MIDI Library" "Firmata"
45
49
run : |
46
50
arduino-cli config init
47
51
arduino-cli core update-index
51
55
BSP_VERSION=`eval ls $HOME/$BSP_PATH`
52
56
rm -r $HOME/$BSP_PATH/*
53
57
ln -s $GITHUB_WORKSPACE $HOME/$BSP_PATH/$BSP_VERSION
54
- arduino-cli lib install "Adafruit NeoPixel" "Adafruit NeoMatrix" "Adafruit GFX Library" "Adafruit SSD1306" "MIDI Library" "Adafruit ILI9341" "Adafruit HX8357 Library" "Adafruit Circuit Playground" "Firmata"
58
+ arduino-cli lib install $(LIB_DEPS)
55
59
56
60
- name : Build examples
57
61
run : python3 tools/build_all.py ${{ matrix.arduino-platform }}
You can’t perform that action at this time.
0 commit comments