mirror of
https://github.com/ENSL/NS.git
synced 2025-02-17 01:21:45 +00:00
feat: Add os yml flags for linux / osx
This commit is contained in:
parent
9074546bcf
commit
5fdd68ad45
1 changed files with 10 additions and 9 deletions
19
.travis.yml
19
.travis.yml
|
@ -5,13 +5,14 @@ os:
|
|||
- osx
|
||||
|
||||
matrix:
|
||||
- os: linux
|
||||
compiler: gcc
|
||||
script: cd main/source/linux && make
|
||||
include:
|
||||
- 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
|
||||
- os: osx
|
||||
compiler: clang
|
||||
before_script:
|
||||
- export CC=clang
|
||||
- export CPLUS=clang++
|
||||
script: cd main/source/linux && make
|
Loading…
Reference in a new issue