Added sconscript
This commit is contained in:
parent
cafa9adb1a
commit
df196aa346
4 changed files with 45 additions and 2 deletions
15
.travis.yml
15
.travis.yml
|
|
@ -60,13 +60,26 @@ matrix:
|
|||
- compiler: clang
|
||||
language: dotnet
|
||||
env: BINDINGS=dotnet CC=clang
|
||||
- compiler: gcc
|
||||
language: ruby
|
||||
rvm:
|
||||
- ruby-1.9.3-p484
|
||||
- ruby-2.0.0-p353
|
||||
- ruby-2.1.0
|
||||
env: BINDINGS=ruby
|
||||
- compiler: clang
|
||||
language: ruby
|
||||
rvm:
|
||||
- ruby-1.9.3-p484
|
||||
- ruby-2.0.0-p353
|
||||
- ruby-2.1.0
|
||||
env: BINDINGS=ruby 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 add-apt-repository ppa:directhex/monoxide -y; sudo apt-get update -qq; sudo apt-get install -qq mono-devel mono-mcs nunit nunit-console; mozroots --import --sync; fi
|
||||
|
||||
install: true
|
||||
before_script:
|
||||
- if [ "$BINDINGS" == "php" ]; then phpenv config-add src/bindings/php/hammer.ini; fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue