Added travis.yml
and badge Signed-off-by: Amir Hammad <amir.hammad@hotmail.com>
This commit is contained in:
parent
3d68ea2807
commit
1d08641a15
2 changed files with 18 additions and 0 deletions
17
.travis.yml
Normal file
17
.travis.yml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
language: c
|
||||
compiler:
|
||||
- gcc
|
||||
before_install:
|
||||
- sudo add-apt-repository -y ppa:terry.guo/gcc-arm-embedded
|
||||
- sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key 6D1D8367A3421AFB
|
||||
- sudo apt-get update -o Dir::Etc::sourcelist="sources.list.d/terry_guo-gcc-arm-embedded-precise.list" -o Dir::Etc::sourceparts="-" -o APT::Get::List-Cleanup="0"
|
||||
- sudo apt-get install gcc-arm-none-eabi
|
||||
script:
|
||||
- cd build && cmake $FLAGS_matrix .. && make
|
||||
|
||||
env:
|
||||
matrix:
|
||||
- FLAGS_matrix="-DUSE_USART_DEBUG=FALSE -DUSE_STM32F4_HS=TRUE -DUSE_STM32F4_FS=TRUE"
|
||||
- FLAGS_matrix="-DUSE_USART_DEBUG=TRUE -DUSE_STM32F4_HS=TRUE -DUSE_STM32F4_FS=TRUE"
|
||||
- FLAGS_matrix="-DUSE_USART_DEBUG=TRUE -DUSE_STM32F4_HS=FALSE -DUSE_STM32F4_FS=TRUE"
|
||||
- FLAGS_matrix="-DUSE_USART_DEBUG=TRUE -DUSE_STM32F4_HS=TRUE -DUSE_STM32F4_FS=FALSE"
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
[](https://travis-ci.org/libusbhost/libusbhost)
|
||||
##General Information
|
||||
|
||||
[Link to the official repository](http://github.com/libusbhost/libusbhost)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue