Faster builds until complete Travis process refactoring.
This commit is contained in:
parent
189288c03f
commit
fdb68ab785
|
|
@ -27,8 +27,8 @@ addons:
|
||||||
- llvm-3.5
|
- llvm-3.5
|
||||||
- cmake
|
- cmake
|
||||||
|
|
||||||
before_install:
|
#before_install:
|
||||||
- source <(curl -SLs https://raw.githubusercontent.com/fortyseveneffects/travis-ci-arduino/master/install.sh)
|
# - source <(curl -SLs https://raw.githubusercontent.com/fortyseveneffects/travis-ci-arduino/master/install.sh)
|
||||||
|
|
||||||
install:
|
install:
|
||||||
# Enable coverage analysis only for GCC
|
# Enable coverage analysis only for GCC
|
||||||
|
|
@ -56,7 +56,7 @@ install:
|
||||||
fi
|
fi
|
||||||
# Use clang 3.5
|
# Use clang 3.5
|
||||||
- if [ "$CXX" = "clang++" ]; then export CXX="clang++-3.5"; export CC="clang-3.5"; fi
|
- if [ "$CXX" = "clang++" ]; then export CXX="clang++-3.5"; export CC="clang-3.5"; fi
|
||||||
- arduino --install-library "MIDIUSB"
|
# - arduino --install-library "MIDIUSB"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
# Build examples with Arduino IDE on each available platform / board
|
# Build examples with Arduino IDE on each available platform / board
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue