use a backport instead so as to not break python or other things
This commit is contained in:
parent
0581958167
commit
53e13657b0
1 changed files with 4 additions and 3 deletions
|
|
@ -23,10 +23,11 @@ matrix:
|
||||||
perl: 5.18
|
perl: 5.18
|
||||||
env: BINDINGS=perl CC=clang
|
env: BINDINGS=perl CC=clang
|
||||||
before_install:
|
before_install:
|
||||||
- sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu raring main universe"
|
- sudo add-apt-repository ppa:asolovets/backports
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
- if [ "$BINDINGS" == "python" ]; then sudo apt-get install -qq swig python-dev; fi
|
- if [ "$BINDINGS" != "none" ]; then sudo apt-get install -qq swig; swig -version; fi
|
||||||
- if [ "$BINDINGS" == "perl" ]; then sudo apt-get install -qq swig; fi
|
- if [ "$BINDINGS" == "python" ]; then sudo apt-get install -qq python-dev; fi
|
||||||
|
|
||||||
install: true
|
install: true
|
||||||
script:
|
script:
|
||||||
- scons bindings=$BINDINGS test
|
- scons bindings=$BINDINGS test
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue