NS/.travis.yml
2018-04-29 22:14:05 -07:00

18 lines
No EOL
289 B
YAML

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