mirror of
https://github.com/eggman/rtl_ameba_gcc_sample.git
synced 2024-11-01 03:34:17 +00:00
fix travis build fail
This commit is contained in:
parent
760fcb3b33
commit
fd36d58051
1 changed files with 3 additions and 1 deletions
|
@ -12,7 +12,6 @@ matrix:
|
||||||
env: GCC_VER=4.9
|
env: GCC_VER=4.9
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
apt: true
|
|
||||||
directories:
|
directories:
|
||||||
- $HOME/.ccache
|
- $HOME/.ccache
|
||||||
|
|
||||||
|
@ -24,6 +23,9 @@ addons:
|
||||||
- build-essential
|
- build-essential
|
||||||
- ccache
|
- ccache
|
||||||
- cmake
|
- cmake
|
||||||
|
- gcc-4.9
|
||||||
|
- libc6-i836
|
||||||
|
- python-empy
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- if [ "${TRAVIS_OS_NAME}" = "linux" ]; then
|
- if [ "${TRAVIS_OS_NAME}" = "linux" ]; then
|
||||||
|
|
Loading…
Reference in a new issue