mirror of
https://github.com/ENSL/NS.git
synced 2025-02-17 01:21:45 +00:00
feat: travis-ci for osx / linux wip
This commit is contained in:
parent
eaaca775e8
commit
c58692c6f8
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