Skip to content

Commit 36aca88

Browse files
Add travis builds
1 parent fa1ea89 commit 36aca88

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.travis.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,25 @@ before_install:
55
- docker pull grumpycoders/uc-sdk-build-env
66
env:
77
matrix:
8+
- TARGET=inemom1/accelero
9+
- TARGET=inemom1/gyro
810
- TARGET=inemom1/leds
11+
- TARGET=inemom1/pwm
12+
- TARGET=stm32f4discovery/accel
13+
- TARGET=stm32f4discovery/audio
14+
- TARGET=stm32f4discovery/leds
915
- TARGET=stm32f4discovery/skel
16+
- TARGET=stm32f4discovery/timerirq
17+
- TARGET=stm32f429discovery/adcdma
18+
- TARGET=stm32f429discovery/adcpolling
19+
- TARGET=stm32f429discovery/button
20+
- TARGET=stm32f429discovery/charlcd
21+
- TARGET=stm32f429discovery/gyro
1022
- TARGET=stm32f429discovery/leds
23+
- TARGET=stm32f429discovery/spimaster
24+
- TARGET=stm32f429discovery/spislave
25+
- TARGET=stm32f429discovery/timerirq
26+
- TARGET=stm32f429discovery/timerpwm
1127
- TARGET=mbed-lpc1768/leds
1228
script:
1329
- docker run -v `pwd`:/uC-sdk grumpycoders/uc-sdk-build-env make -C /uC-sdk/examples/$TARGET

0 commit comments

Comments
 (0)