1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-23 16:25:26 +03:00
inav/install-toolchain.sh
Konstantin Sharlaimov 5dda5c0597 Travis and makefile optimisations (#890)
Travis and makefile optimisations
2016-12-12 11:18:56 +10:00

5 lines
253 B
Bash
Executable file

#!/bin/bash
if [ ! -d $PWD/gcc-arm-none-eabi-5_4-2016q2/bin ] ; then
curl --retry 10 --retry-max-time 120 -L "https://launchpad.net/gcc-arm-embedded/5.0/5-2016-q2-update/+download/gcc-arm-none-eabi-5_4-2016q2-20160622-linux.tar.bz2" | tar xfj -
fi