Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1b8c7e3

Browse filesBrowse files
authored
Try bash only examples build (#3164)
1 parent 7a57439 commit 1b8c7e3
Copy full SHA for 1b8c7e3

File tree

Expand file treeCollapse file tree

3 files changed

+1
-144
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+1
-144
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
sudo: false
22

33
language: python
4-
python:
5-
- "2.7"
64

75
os:
86
- linux

‎tools/ci/build-sketch.py

Copy file name to clipboardExpand all lines: tools/ci/build-sketch.py
-141Lines changed: 0 additions & 141 deletions
This file was deleted.

‎tools/ci/test-arduino-ide.sh

Copy file name to clipboardExpand all lines: tools/ci/test-arduino-ide.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export ARDUINO_USR_PATH=$HOME/Arduino
2424
export EXAMPLES_PATH=$TRAVIS_BUILD_DIR/libraries
2525
export EXAMPLES_BUILD_DIR=$HOME/build.tmp
2626
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"
2828
export EXAMPLES_SIZE_BIN=$TRAVIS_BUILD_DIR/tools/xtensa-esp32-elf/bin/xtensa-esp32-elf-size
2929

3030
function print_size_info()

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.