File tree 2 files changed +0
-27
lines changed 2 files changed +0
-27
lines changed Original file line number Diff line number Diff line change @@ -3,23 +3,8 @@ language: bash
3
3
os :
4
4
- linux
5
5
6
- addons :
7
- apt :
8
- sources :
9
- - ubuntu-toolchain-r-test
10
- packages :
11
- - g++-4.8
12
-
13
6
script :
14
7
- set -e
15
- - export CXX="g++-4.8" CC="gcc-4.8" GCOV="gcov-4.8"
16
- - echo -e "travis_fold:start:host_tests"
17
- - pushd $TRAVIS_BUILD_DIR/tests/host
18
- - make
19
- - make clean-objects
20
- - echo -e "travis_fold:end:host_tests"
21
- - echo -e "travis_fold:start:sketch_test_env_prepare"
22
- - popd
23
8
- wget -O arduino.tar.xz https://www.arduino.cc/download.php?f=/arduino-nightly-linux64.tar.xz
24
9
- tar xf arduino.tar.xz
25
10
- mv arduino-nightly $HOME/arduino_ide
@@ -33,7 +18,6 @@ script:
33
18
- which arduino
34
19
- cd $TRAVIS_BUILD_DIR
35
20
- source tools/common.sh
36
- - install_libraries
37
21
- echo -e "travis_fold:end:sketch_test_env_prepare"
38
22
- echo -e "travis_fold:start:sketch_test"
39
23
- build_sketches $HOME/arduino_ide $TRAVIS_BUILD_DIR/libraries "-l $HOME/Arduino/libraries"
Original file line number Diff line number Diff line change @@ -73,14 +73,3 @@ function build_sketches()
73
73
done
74
74
set -e
75
75
}
76
-
77
- function install_libraries()
78
- {
79
- mkdir -p $HOME /Arduino/libraries
80
- pushd $HOME /Arduino/libraries
81
-
82
- # install ArduinoJson library
83
- # wget https://github.com/bblanchon/ArduinoJson/releases/download/v4.6.1/ArduinoJson-v4.6.1.zip && unzip ArduinoJson-v4.6.1.zip
84
-
85
- popd
86
- }
You can’t perform that action at this time.
0 commit comments