mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
travisci: Build OSX debug only to avoid timeout.
This commit is contained in:
@@ -24,7 +24,7 @@ before_script:
|
||||
|
||||
script:
|
||||
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then make build CXX="g++-8" CC="gcc-8"; fi
|
||||
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then make osx-x64; fi
|
||||
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then make osx-x64-debug; fi
|
||||
|
||||
branches:
|
||||
only:
|
||||
|
||||
Reference in New Issue
Block a user