Add OSX Debug build

This commit is contained in:
Dane Springmeyer 2016-04-26 15:46:58 -07:00
parent ef3b9bea7c
commit 86e6cd717a

View File

@ -32,6 +32,10 @@ matrix:
- os: osx
compiler: clang
env: BUILDTYPE=Release
# debug+osx
- os: osx
compiler: clang
env: BUILDTYPE=Debug
install: