mirror of https://github.com/bkaradzic/bgfx
Updated TravisCI script.
This commit is contained in:
parent
da332df73b
commit
fc0dc6fd32
|
@ -16,7 +16,8 @@ addons:
|
|||
- clang
|
||||
|
||||
before_script:
|
||||
git clone --depth 1 https://github.com/bkaradzic/bx ../bx && git clone --depth 1 https://github.com/bkaradzic/bimg ../bimg
|
||||
- git clone --depth 1 https://github.com/bkaradzic/bx ../bx
|
||||
- git clone --depth 1 https://github.com/bkaradzic/bimg ../bimg
|
||||
|
||||
script:
|
||||
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then make build CXX="g++-4.8" CC="gcc-4.8"; fi
|
||||
|
|
Loading…
Reference in New Issue