Add ocaml to travis
This commit is contained in:
parent
2278c9b33d
commit
b7557aeb03
1 changed files with 5 additions and 0 deletions
|
|
@ -65,6 +65,9 @@ matrix:
|
|||
# Not quite working yet
|
||||
- compiler: gcc
|
||||
env: SWIGLANG=python SWIG_FEATURES=-classic
|
||||
# Until we get the dependencies sorted out
|
||||
- compiler: gcc
|
||||
env: SWIGLANG=ocaml
|
||||
before_install:
|
||||
- date -u
|
||||
- uname -a
|
||||
|
|
@ -80,6 +83,8 @@ before_install:
|
|||
- if test "$SWIGLANG" = "javascript" -a "$ENGINE" = "v8"; then sudo apt-get install -qq libv8-dev; fi
|
||||
- if test "$SWIGLANG" = "guile"; then sudo apt-get -qq install guile-2.0-dev; fi
|
||||
- if test "$SWIGLANG" = "lua"; then sudo apt-get -qq install lua5.1 liblua5.1-dev; fi
|
||||
# configure also looks for ocamldlgen which I can't find any trace of outside of SWIG!
|
||||
- if test "$SWIGLANG" = "ocaml"; then sudo apt-get -qq install ocaml ocaml-findlib; fi
|
||||
- if test "$SWIGLANG" = "octave" -a -z "$VER"; then sudo apt-get -qq install octave3.2 octave3.2-headers; fi
|
||||
- if test "$SWIGLANG" = "octave" -a "$VER"; then sudo add-apt-repository -y ppa:kwwette/octaves && sudo apt-get -qq update && sudo apt-get -qq install liboctave${VER}-dev; fi
|
||||
- if test "$SWIGLANG" = "php"; then sudo apt-get install php5-cli php5-dev; fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue