[scripts] add travis-build.sh and .travis.yml file

Github provides travis continuous integration service. This change makes
it possible to utilize travis with prebuilt toolchains. The build matrix
is defined in .travis.yml file.
This commit is contained in:
Eren Türkay
2014-05-30 22:14:42 +03:00
committed by Travis Geiselbrecht
parent 0fa831244d
commit bbe5ca66ed
2 changed files with 49 additions and 0 deletions

5
.travis.yml Normal file
View File

@@ -0,0 +1,5 @@
script: ./scripts/travis-build.sh
env:
- PROJECT=beagle-test TOOLCHAIN=arm-eabi-4.9.0-Linux-x86_64
- PROJECT=vexpress-a9-test TOOLCHAIN=arm-eabi-4.9.0-Linux-x86_64
- PROJECT=pc-x86-test TOOLCHAIN=i386-elf-4.9.0-Linux-x86_64