mirror of
https://github.com/ENSL/NS.git
synced 2024-11-10 07:11:38 +00:00
feat: travis-ci for osx / linux wip
This commit is contained in:
parent
054f8d929b
commit
aed76e92b2
1 changed files with 13 additions and 0 deletions
13
.travis.yml
Normal file
13
.travis.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
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
|
Loading…
Reference in a new issue