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 --- .travis.yml | 5 +++++ tools/travis/script.sh | 11 +++++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index db398b5..853438b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,3 +9,8 @@ before_install: script: - chmod +x tools/travis/script.sh - ./tools/travis/script.sh + +addons: + apt: + packages: + - p7zip-full 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