setting up travis for cpp
This commit is contained in:
parent
865be1e431
commit
03e2944ba7
1 changed files with 6 additions and 0 deletions
|
|
@ -84,6 +84,12 @@ matrix:
|
|||
- compiler: clang
|
||||
language: dotnet
|
||||
env: BINDINGS=dotnet CC=clang
|
||||
- compiler: gcc
|
||||
language: cpp
|
||||
env: BINDINGS=cpp
|
||||
- compiler: gcc
|
||||
language: cpp
|
||||
env: BINDINGS=cpp CC=clang
|
||||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
- if [ "$BINDINGS" != "none" ]; then sudo apt-get install -qq swig; fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue