mirror of
https://github.com/visualboyadvance-m/visualboyadvance-m
synced 2025-10-05 23:52:49 +02:00
travis: disable link/SFML for mac
Currently the SFML brew does not compile in the travis mac environment, so do not install SFML via `./installdeps` for brew if `$TRAVIS` is set, and add `-DENABLE_LINK=OFF` to cmake options for the mac travis job. Also try to cache the `/usr/local` directory, to make the brew installs faster, if this even works. Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
@@ -71,12 +71,13 @@ matrix:
|
||||
script:
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake .. -DENABLE_SDL=ON -DENABLE_OPENAL=ON
|
||||
- cmake .. -DENABLE_SDL=ON -DENABLE_OPENAL=ON -DENABLE_LINK=OFF
|
||||
- make -j2
|
||||
- ./visualboyadvance-m.app/Contents/MacOS/visualboyadvance-m --help
|
||||
cache:
|
||||
directories:
|
||||
- "$HOME/.ccache"
|
||||
- /usr/local
|
||||
|
||||
notifications:
|
||||
webhooks:
|
||||
|
Reference in New Issue
Block a user