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 - osx
matrix: matrix:
- os: linux include:
compiler: gcc - os: linux
script: cd main/source/linux && make compiler: gcc
script: cd main/source/linux && make
- os: osx - os: osx
compiler: clang compiler: clang
before_script: before_script:
- export CC=clang - export CC=clang
- export CPLUS=clang++ - export CPLUS=clang++
script: cd main/source/linux && make script: cd main/source/linux && make