travis: Test --help on osx.
This commit is contained in:
parent
36790074c3
commit
73a2450247
|
@ -59,11 +59,10 @@ script:
|
||||||
- make
|
- make
|
||||||
- if [ "$BUILD_ENV" != libretro ]; then make install DESTDIR=/tmp/VBAM; fi
|
- if [ "$BUILD_ENV" != libretro ]; then make install DESTDIR=/tmp/VBAM; fi
|
||||||
- |
|
- |
|
||||||
if [ -n "$XVFB_RUN" ]; then
|
if [ "$BUILD_ENV" = mac ]; then
|
||||||
|
./$PRGNAM.app/Contents/MacOS/$PRGNAM --help
|
||||||
|
elif [ -n "$XVFB_RUN" ]; then
|
||||||
xvfb-run -a ./$PRGNAM --help
|
xvfb-run -a ./$PRGNAM --help
|
||||||
# TODO: --help crashes on OSX sometimes.
|
|
||||||
#elif [ "$BUILD_ENV" = mac ]; then
|
|
||||||
# ./$PRGNAM.app/Contents/MacOS/$PRGNAM --help
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue