bgfx/.travis.yml
Branimir Karadžić 38d1385417 Added TravisCI.
2016-01-19 19:58:06 -08:00

23 lines
308 B
YAML

language: cpp
matrix:
include:
- compiler: gcc
os: linux
- compiler: clang
os: osx
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