mirror of
https://github.com/ENSL/NS.git
synced 2025-02-08 16:52:21 +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
|
- osx
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
- os: linux
|
include:
|
||||||
compiler: gcc
|
- os: linux
|
||||||
script: cd main/source/linux && make
|
compiler: gcc
|
||||||
|
script: cd main/source/linux && make
|
||||||
|
|
||||||
- os: osx
|
- os: osx
|
||||||
compiler: clang
|
compiler: clang
|
||||||
before_script:
|
before_script:
|
||||||
- export CC=clang
|
- export CC=clang
|
||||||
- export CPLUS=clang++
|
- export CPLUS=clang++
|
||||||
script: cd main/source/linux && make
|
script: cd main/source/linux && make
|
Loading…
Reference in a new issue