NS/.travis.yml

13 lines
237 B
YAML
Raw Normal View History

2018-04-29 22:37:58 +00:00
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