mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Fix macOS build on Travis
This commit is contained in:
parent
732419de69
commit
c52862a852
|
@ -11,7 +11,7 @@ addons:
|
|||
- libgtest-dev
|
||||
- libsdl2-dev
|
||||
script:
|
||||
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install sdl2; fi
|
||||
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update; brew install sdl2; fi
|
||||
- if [ "$TRAVIS_OS_NAME" != "osx" ]; then mkdir gtest_build; cmake -E chdir gtest_build cmake /usr/src/gtest; cmake --build gtest_build; fi
|
||||
- mkdir build
|
||||
- cd build
|
||||
|
|
Loading…
Reference in a new issue