feat: Add os yml flags for linux / osx

This commit is contained in:
jonnypower 2018-04-29 15:41:39 -07:00
parent 23f9b87158
commit 414d80b68d

View file

@ -5,13 +5,14 @@ os:
- osx
matrix:
- os: linux
compiler: gcc
script: cd main/source/linux && make
include:
- os: linux
compiler: gcc
script: cd main/source/linux && make
- os: osx
compiler: clang
before_script:
- export CC=clang
- export CPLUS=clang++
script: cd main/source/linux && make
- os: osx
compiler: clang
before_script:
- export CC=clang
- export CPLUS=clang++
script: cd main/source/linux && make