feat: travis-ci for osx / linux wip

This commit is contained in:
jonnypower 2018-04-29 15:37:58 -07:00
parent eaaca775e8
commit c58692c6f8
1 changed files with 13 additions and 0 deletions

13
.travis.yml Normal file
View File

@ -0,0 +1,13 @@
language: cpp
matrix:
- 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