From defeba5d0632726fd5c372e55b28487c0cfc7cff Mon Sep 17 00:00:00 2001 From: marcoveeneman Date: Fri, 2 Mar 2018 18:58:02 +0100 Subject: Removed EXT testhal application from travis build script --- tools/travis/script.sh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tools') diff --git a/tools/travis/script.sh b/tools/travis/script.sh index 457a38f..cb082a3 100644 --- a/tools/travis/script.sh +++ b/tools/travis/script.sh @@ -17,10 +17,6 @@ make -C demos/TIVA/RT-TM4C1294-LAUNCHPAD # git clean -xfd # make -C demos/TIVA/RT-TM4C1294-LAUNCHPAD-LWIP -git checkout -- . -git clean -xfd -make -C testhal/TIVA/TM4C123x/EXT/ - git checkout -- . git clean -xfd make -C testhal/TIVA/TM4C123x/GPT -- cgit v1.2.3 From 1febc19597e880e2ad460573e09ec3cca45a392c Mon Sep 17 00:00:00 2001 From: marcoveeneman Date: Fri, 2 Mar 2018 18:58:34 +0100 Subject: Added PAL testhal application to travis build script --- tools/travis/script.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools') diff --git a/tools/travis/script.sh b/tools/travis/script.sh index cb082a3..103ccc1 100644 --- a/tools/travis/script.sh +++ b/tools/travis/script.sh @@ -36,3 +36,7 @@ make -C testhal/TIVA/TM4C123x/SPI git checkout -- . git clean -xfd make -C testhal/TIVA/TM4C123x/WDG + +git checkout -- . +git clean -xfd +make -C testhal/TIVA/multi/PAL -- cgit v1.2.3