mirror of
https://github.com/ENSL/NS.git
synced 2025-02-01 21:51:03 +00:00
feat: Add os yml flags for linux / osx
This commit is contained in:
parent
23f9b87158
commit
414d80b68d
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