mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-03 11:30:53 +00:00
Do not fetch CC26xxware manually for travis tests
This commit is contained in:
parent
5d20e76346
commit
f680d5dcc5
@ -49,13 +49,6 @@ before_script:
|
|||||||
arm-none-eabi-gcc --version ;
|
arm-none-eabi-gcc --version ;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
## Download and extract cc26xxware
|
|
||||||
- if [ ${BUILD_ARCH:-0} = arm-aapcs ] ; then
|
|
||||||
wget http://www.ti.com/lit/sw/swrc296/swrc296.zip &&
|
|
||||||
unzip swrc296.zip &&
|
|
||||||
export TI_CC26XXWARE=cc26xxware_2_20_06_14829 ;
|
|
||||||
fi
|
|
||||||
|
|
||||||
## Install RL78 GCC toolchain
|
## Install RL78 GCC toolchain
|
||||||
- sudo apt-get install libncurses5:i386 zlib1g:i386
|
- sudo apt-get install libncurses5:i386 zlib1g:i386
|
||||||
- $WGET http://adamdunkels.github.io/contiki-fork/gnurl78-v13.02-elf_1-2_i386.deb &&
|
- $WGET http://adamdunkels.github.io/contiki-fork/gnurl78-v13.02-elf_1-2_i386.deb &&
|
||||||
|
Loading…
Reference in New Issue
Block a user