aboutsummaryrefslogtreecommitdiffstats
path: root/tools/travis/script.sh
blob: 8b53ff7aa7cdb9f6b5ffcd7f129731ada653e9dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#!/bin/sh

set -ex

export PATH=/tmp/gcc-arm-none-eabi-4_9-2015q3/bin:$PATH

cd ../ChibiOS-RT/ext
7z e lwip-2.0.3-patched.7z
cd -

git checkout -- .
git clean -xfd
make -C demos/TIVA/RT-TM4C123G-LAUNCHPAD

git checkout -- .
git clean -xfd
make -C demos/TIVA/RT-TM4C1294-LAUNCHPAD

git checkout -- .
git clean -xfd
make -C demos/TIVA/RT-TM4C1294-LAUNCHPAD-LWIP

git checkout -- .
git clean -xfd
make -C testhal/TIVA/TM4C123x/GPT

git checkout -- .
git clean -xfd
make -C testhal/TIVA/TM4C123x/I2C

git checkout -- .
git clean -xfd
make -C testhal/TIVA/TM4C123x/PWM

git checkout -- .
git clean -xfd
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