NS/.travis.yml

18 lines
346 B
YAML
Raw Normal View History

2018-04-29 22:37:58 +00:00
language: cpp
matrix:
2018-04-29 22:41:39 +00:00
include:
- os: linux
compiler: gcc
script: cd main/source/linux && make
2018-04-29 23:01:56 +00:00
packages:
- g++-6
- g++-6-multilib
- gcc-multilib
2018-04-29 22:37:58 +00:00
2018-04-29 22:41:39 +00:00
- os: osx
compiler: clang
before_script:
- export CC=clang
- export CPLUS=clang++
script: cd main/source/linux && make