File tree Expand file tree Collapse file tree 3 files changed +1
-144
lines changed
Filter options
Expand file tree Collapse file tree 3 files changed +1
-144
lines changed
Original file line number Diff line number Diff line change 1
1
sudo : false
2
2
3
3
language : python
4
- python :
5
- - " 2.7"
6
4
7
5
os :
8
6
- linux
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export ARDUINO_USR_PATH=$HOME/Arduino
24
24
export EXAMPLES_PATH=$TRAVIS_BUILD_DIR /libraries
25
25
export EXAMPLES_BUILD_DIR=$HOME /build.tmp
26
26
export EXAMPLES_CACHE_DIR=$HOME /cache.tmp
27
- export EXAMPLES_BUILD_CMD=" python $TRAVIS_BUILD_DIR /tools/ci/build-sketch.py -v -k -b $EXAMPLES_BUILD_DIR -c $EXAMPLES_CACHE_DIR -u $ARDUINO_USR_PATH -f $ ARDUINO_BOARD_FQBN "
27
+ export EXAMPLES_BUILD_CMD=" $ARDUINO_IDE_PATH /arduino-builder -compile -logger=human -core-api-version= \" 10810 \" -hardware \" $ARDUINO_IDE_PATH /hardware \" -hardware \" $ARDUINO_USR_PATH /hardware \" -tools \" $ARDUINO_IDE_PATH /tools-builder \" -built-in-libraries \" $ARDUINO_IDE_PATH /libraries \" -libraries \" $ARDUINO_USR_PATH /libraries \" -fqbn= $ ARDUINO_BOARD_FQBN -warnings= \" all \" -build-cache \" $EXAMPLES_CACHE_DIR \" -build-path \" $EXAMPLES_BUILD_DIR \" -verbose "
28
28
export EXAMPLES_SIZE_BIN=$TRAVIS_BUILD_DIR /tools/xtensa-esp32-elf/bin/xtensa-esp32-elf-size
29
29
30
30
function print_size_info()
You can’t perform that action at this time.
0 commit comments