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

22 lines
277 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