Create .travis.yml

This commit is contained in:
supowang
2019-10-11 15:33:43 +08:00
parent c2a9c8a7dc
commit 48a3ec54d2

20
.travis.yml Normal file
View File

@@ -0,0 +1,20 @@
language: c
os: linux
dist: trusty
compiler: arm-none-eabi-gcc
before_install:
- sudo add-apt-repository ppa:team-gcc-arm-embedded/ppa -y
- sudo apt-get update -q
- sudo apt-get install gcc-arm-embedded -y
script:
- cd board/TencentOS_tiny_EVB_MX/GCC/hello_world
- make