mirror of https://github.com/bkaradzic/bgfx
Updated TravisCI.
This commit is contained in:
parent
74e2cd1726
commit
18b9d12029
|
@ -20,7 +20,7 @@ before_script:
|
|||
- git clone --depth 1 https://github.com/bkaradzic/bimg ../bimg
|
||||
|
||||
script:
|
||||
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then make build CXX="g++-5" CC="gcc-5"; fi
|
||||
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then make build CXX="g++-8" CC="gcc-8"; fi
|
||||
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then make build; fi
|
||||
|
||||
branches:
|
||||
|
|
Loading…
Reference in New Issue