diff options
author | marcoveeneman <marco-veeneman@hotmail.com> | 2018-03-02 18:58:34 +0100 |
---|---|---|
committer | marcoveeneman <marco-veeneman@hotmail.com> | 2018-03-02 18:58:34 +0100 |
commit | 1febc19597e880e2ad460573e09ec3cca45a392c (patch) | |
tree | 9b12174494695741fb2733439ddc3bf1eaf4561f /tools | |
parent | defeba5d0632726fd5c372e55b28487c0cfc7cff (diff) | |
download | ChibiOS-Contrib-1febc19597e880e2ad460573e09ec3cca45a392c.tar.gz ChibiOS-Contrib-1febc19597e880e2ad460573e09ec3cca45a392c.tar.bz2 ChibiOS-Contrib-1febc19597e880e2ad460573e09ec3cca45a392c.zip |
Added PAL testhal application to travis build script
Diffstat (limited to 'tools')
-rw-r--r-- | tools/travis/script.sh | 4 |
1 files changed, 4 insertions, 0 deletions
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 |