NS/.travis.yml

17 lines
260 B
YAML
Raw Normal View History

2018-04-29 22:37:58 +00:00
language: cpp
2018-04-29 22:40:51 +00:00
os:
- linux
- osx
2018-04-29 22:37:58 +00:00
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