travis OS X done
clean up, don't allow fail
This commit is contained in:
parent
b140c18a37
commit
8d49dee32c
@ -5,19 +5,12 @@ before_script:
|
|||||||
--disable-dependency-tracking
|
--disable-dependency-tracking
|
||||||
--with-jpeg-includes=$JPEG/include
|
--with-jpeg-includes=$JPEG/include
|
||||||
--with-jpeg-libraries=$JPEG/lib
|
--with-jpeg-libraries=$JPEG/lib
|
||||||
- cat config.log
|
|
||||||
- echo PKG_CONFIG_PATH = $PKG_CONFIG_PATH
|
|
||||||
- echo which pkg-config ; which pkg-config
|
|
||||||
- pkg-config --list-all
|
|
||||||
- pkg-config --debug libpng
|
|
||||||
- make -j$JOBS -s V=0
|
- make -j$JOBS -s V=0
|
||||||
script:
|
script:
|
||||||
- make -Ctest -j$JOBS -s V=0 VERBOSE=1 check
|
- make -Ctest -j$JOBS -s V=0 VERBOSE=1 check
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
allow_failures:
|
|
||||||
- os: osx
|
|
||||||
include:
|
include:
|
||||||
- os: linux
|
- os: linux
|
||||||
sudo: required
|
sudo: required
|
||||||
|
Loading…
x
Reference in New Issue
Block a user