aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authormarcoveeneman <marco-veeneman@hotmail.com>2018-03-13 20:26:31 +0100
committermarcoveeneman <marco-veeneman@hotmail.com>2018-03-13 20:26:31 +0100
commitd3565866ef823f9d80d7703ee66b9c896286e56a (patch)
tree8198e4a3722ce8911ebae21fa4384763d60340ea /tools
parent73402af8bd37c370554ccbfb568b0d887d4f5b46 (diff)
downloadChibiOS-Contrib-d3565866ef823f9d80d7703ee66b9c896286e56a.tar.gz
ChibiOS-Contrib-d3565866ef823f9d80d7703ee66b9c896286e56a.tar.bz2
ChibiOS-Contrib-d3565866ef823f9d80d7703ee66b9c896286e56a.zip
Try to enable building the LwIP demo on Travis-CI
Diffstat (limited to 'tools')
-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..b96427d 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
+pushd ../ChibiOS-RT/ext
+7z e lwip-2.0.3-patched.7z
+popd
+
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