Second try on .travis.yml, this time on correct branch hopefully.

original commit: 523f6a0a92b2c6ef0f82a596689ae515392dfeca
This commit is contained in:
Andy Keep 2017-03-11 23:12:33 -05:00
parent 9478143689
commit 1b4ddd640c

View File

@ -1 +1,24 @@
language: c language: c
os:
- linux
- osx
matrix:
include:
- os: osx
env: TARGET_MACHINE=i3osx
- os: osx
env: TARGET_MACHINE=ti3osx
- os: osx
env: TARGET_MACHINE=a6osx
- os: osx
env: TARGET_MACHINE=ta6osx
- os: linux
env: TARGET_MACHINE=i3le
- os: linux
env: TARGET_MACHINE=ti3le
- os: linux
env: TARGET_MACHINE=a6le
- os: linux
env: TARGET_MACHINE=ta6le
script:
- ./configure $TARGET_MACHINE && make && make test 2>&1 | tee Make.out | grep '^matting '