Change to (hopefully) eliminate extraneous configurations.
original commit: eb22ad1f69742ec61b0653cdce0b3a7f8cb0dbb5
This commit is contained in:
parent
1b4ddd640c
commit
3a9a7dc7b0
|
@ -1,7 +1,4 @@
|
||||||
language: c
|
language: c
|
||||||
os:
|
|
||||||
- linux
|
|
||||||
- osx
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: osx
|
- os: osx
|
||||||
|
@ -21,4 +18,4 @@ matrix:
|
||||||
- os: linux
|
- os: linux
|
||||||
env: TARGET_MACHINE=ta6le
|
env: TARGET_MACHINE=ta6le
|
||||||
script:
|
script:
|
||||||
- ./configure $TARGET_MACHINE && make && make test 2>&1 | tee Make.out | grep '^matting '
|
- ./configure -m=$TARGET_MACHINE && make && make test 2>&1 | tee Make.out | grep '^matting '
|
||||||
|
|
Loading…
Reference in New Issue
Block a user