bgfx/.travis.yml

23 lines
277 B
YAML
Raw Normal View History

2016-01-19 19:58:06 -08:00
language: cpp
matrix:
include:
- compiler: gcc
os: linux
2016-01-20 21:08:21 -08:00
- compiler: clang
os: osx
2016-01-19 19:58:06 -08:00
before_script:
2016-01-19 21:16:06 -08:00
git clone https://github.com/bkaradzic/bx ../bx
2016-01-19 19:58:06 -08:00
script:
2016-01-19 21:16:06 -08:00
make build
2016-01-19 19:58:06 -08:00
branches:
only:
- master
notifications:
email: false
2016-01-20 21:08:01 -08:00
osx_image: xcode7.3