mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 10:35:43 -05:00
23 lines
308 B
YAML
23 lines
308 B
YAML
language: cpp
|
|
matrix:
|
|
include:
|
|
- compiler: gcc
|
|
os: linux
|
|
- compiler: clang
|
|
os: osx
|
|
|
|
before_script:
|
|
git clone https://github.com/bkaradzic/bx 3rdparty/bx
|
|
|
|
script:
|
|
make BX_DIR=$PWD/3rdparty/bx build
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
notifications:
|
|
email: false
|
|
|
|
osx_image:
|
|
xcode61
|