add .NET bindings to travis
This commit is contained in:
parent
232a97acce
commit
e0bfb335ea
1 changed files with 7 additions and 0 deletions
|
|
@ -54,11 +54,18 @@ matrix:
|
|||
language: php
|
||||
php: "5.4"
|
||||
env: BINDINGS=php CC=clang
|
||||
- compiler: gcc
|
||||
language: dotnet
|
||||
env: BINDINGS=dotnet
|
||||
- compiler: clang
|
||||
language: dotnet
|
||||
env: BINDINGS=dotnet CC=clang
|
||||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
- if [ "$BINDINGS" != "none" ]; then sudo apt-get install -qq swig; fi
|
||||
- if [ "$BINDINGS" == "perl" ]; then sudo add-apt-repository ppa:dns/irc -y; sudo apt-get update -qq; sudo apt-get install -qq swig=2.0.8-1irc1~12.04; fi
|
||||
- if [ "$BINDINGS" == "python" ]; then sudo apt-get install -qq python-dev; fi
|
||||
- if [ "$BINDINGS" == "dotnet" ]; then sudo apt-get install -qq mono-devel; mozroots --import --sync; fi
|
||||
|
||||
install: true
|
||||
before_script:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue