NS/.travis.yml
2018-04-29 15:40:51 -07:00

17 lines
No EOL
260 B
YAML

language: cpp
os:
- linux
- osx
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