travis: mac: disable --help check, it segfaults
Disable the binary `--help` sanity check on mac because it is currently segfaulting. Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
parent
f54dd25bb8
commit
cec32a61cc
|
@ -74,7 +74,7 @@ matrix:
|
|||
- cd build
|
||||
- cmake .. -DENABLE_SDL=ON -DENABLE_OPENAL=ON -DENABLE_LINK=ON
|
||||
- make -j2
|
||||
- ./visualboyadvance-m.app/Contents/MacOS/visualboyadvance-m --help
|
||||
# - ./visualboyadvance-m.app/Contents/MacOS/visualboyadvance-m --help
|
||||
cache:
|
||||
directories:
|
||||
- "$HOME/.ccache"
|
||||
|
|
Loading…
Reference in New Issue