-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.travis.yml
30 lines (30 loc) · 923 Bytes
/
.travis.yml
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
services:
- docker
language: cpp
before_install:
- docker pull grumpycoders/uc-sdk-build-env
env:
matrix:
- TARGET=inemom1/accelero
- TARGET=inemom1/gyro
- TARGET=inemom1/leds
- TARGET=inemom1/pwm
- TARGET=stm32f4discovery/accel
- TARGET=stm32f4discovery/audio
- TARGET=stm32f4discovery/leds
- TARGET=stm32f4discovery/skel
- TARGET=stm32f4discovery/timerirq
- TARGET=stm32f429discovery/adcdma
- TARGET=stm32f429discovery/adcpolling
- TARGET=stm32f429discovery/button
- TARGET=stm32f429discovery/gyro
- TARGET=stm32f429discovery/leds
- TARGET=stm32f429discovery/spimaster
- TARGET=stm32f429discovery/spislave
- TARGET=stm32f429discovery/timerirq
- TARGET=stm32f429discovery/timerpwm
- TARGET=mbed-lpc1768/leds
script:
- docker run -v `pwd`:/uC-sdk grumpycoders/uc-sdk-build-env make -C /uC-sdk/examples/$TARGET
notifications:
email: false