From d3565866ef823f9d80d7703ee66b9c896286e56a Mon Sep 17 00:00:00 2001 From: marcoveeneman Date: Tue, 13 Mar 2018 20:26:31 +0100 Subject: Try to enable building the LwIP demo on Travis-CI --- tools/travis/script.sh | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'tools') 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 -- cgit v1.2.3