mame/3rdparty/bx/.travis.yml
Branimir Karadžić 5bc83a2506 Update BGFX (nw)
2016-02-07 09:50:16 +01:00

20 lines
211 B
YAML

language: cpp
matrix:
include:
- compiler: gcc
os: linux
- compiler: clang
os: osx
script:
make test
branches:
only:
- master
notifications:
email: false
osx_image:
xcode61