[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:
committed by
Travis Geiselbrecht
parent
0fa831244d
commit
bbe5ca66ed
5
.travis.yml
Normal file
5
.travis.yml
Normal 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
|
||||
Reference in New Issue
Block a user