bgfx/.travis.yml

24 lines
280 B
YAML
Raw Normal View History

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