perl needs swig too
This commit is contained in:
parent
97be291096
commit
7d054b1f92
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ matrix:
|
|||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
- if [ "$BINDINGS" == "python" ]; then sudo apt-get install -qq swig python-dev; fi
|
||||
- if [ "$BINDINGS" == "perl" ]; then sudo apt-get install -qq swig; fi
|
||||
install: true
|
||||
script:
|
||||
- scons bindings=$BINDINGS test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue