aboutsummaryrefslogtreecommitdiffstats
path: root/tools/travis
diff options
context:
space:
mode:
authorFabien Poussin <fabien.poussin@gmail.com>2018-03-15 12:51:14 +0100
committerGitHub <noreply@github.com>2018-03-15 12:51:14 +0100
commit3add406135c78d44ebc38d810b22af5da19cd296 (patch)
treefd42297388ca04dc8ff202e40d491b73ff4c21d6 /tools/travis
parent345e218afd4f8009729dddc6eb541d8ec6a91565 (diff)
parentdabdfca04e5f470d1eb83f72f18269bd294031b6 (diff)
downloadChibiOS-Contrib-3add406135c78d44ebc38d810b22af5da19cd296.tar.gz
ChibiOS-Contrib-3add406135c78d44ebc38d810b22af5da19cd296.tar.bz2
ChibiOS-Contrib-3add406135c78d44ebc38d810b22af5da19cd296.zip
Merge branch 'master' into update_tests
Diffstat (limited to 'tools/travis')
-rw-r--r--tools/travis/script.sh11
1 files changed, 7 insertions, 4 deletions
diff --git a/tools/travis/script.sh b/tools/travis/script.sh
index 103ccc1..e70b114 100644
--- a/tools/travis/script.sh
+++ b/tools/travis/script.sh
@@ -4,6 +4,10 @@ set -ex
export PATH=/tmp/gcc-arm-none-eabi-4_9-2015q3/bin:$PATH
+cd ../ChibiOS-RT/ext
+7z x lwip-2.0.3-patched.7z
+cd -
+
git checkout -- .
git clean -xfd
make -C demos/TIVA/RT-TM4C123G-LAUNCHPAD
@@ -12,10 +16,9 @@ git checkout -- .
git clean -xfd
make -C demos/TIVA/RT-TM4C1294-LAUNCHPAD
-# This demo needs LWIP, it is disabled for now.
-# git checkout -- .
-# git clean -xfd
-# make -C demos/TIVA/RT-TM4C1294-LAUNCHPAD-LWIP
+git checkout -- .
+git clean -xfd
+make -C demos/TIVA/RT-TM4C1294-LAUNCHPAD-LWIP
git checkout -- .
git clean -xfd