bgfx/.travis.yml

24 lines
310 B
YAML
Raw Normal View History

2016-01-19 22:58:06 -05:00
language: cpp
matrix:
include:
- compiler: gcc
os: linux
2016-01-19 23:20:34 -05:00
# - compiler: clang
# os: osx
2016-01-19 22:58:06 -05:00
before_script:
git clone https://github.com/bkaradzic/bx 3rdparty/bx
script:
make BX_DIR=$PWD/3rdparty/bx build
branches:
only:
- master
notifications:
email: false
osx_image:
xcode61