bgfx/.travis.yml
Branimir Karadžić e5e46ac55b Updated TravisCI.
2016-01-20 21:08:01 -08:00

22 lines
279 B
YAML

language: cpp
matrix:
include:
- compiler: gcc
os: linux
# - compiler: clang
# os: osx
before_script:
git clone https://github.com/bkaradzic/bx ../bx
script:
make build
branches:
only:
- master
notifications:
email: false
osx_image: xcode7.3