summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorhenrique <henrique@apache.org>2014-07-26 13:11:12 +0200
committerhenrique <henrique@apache.org>2014-07-26 13:11:12 +0200
commitc0a7d72c83d93cf266d57b25a3b8850eb81c47d6 (patch)
tree3cf4b5669b5495a16440a1cb6bd6a664c7ddbf5d /.travis.yml
parent2591be279025eb3e4031a22ee2d68e10ceb416d2 (diff)
downloadthrift-c0a7d72c83d93cf266d57b25a3b8850eb81c47d6.tar.gz
THRIFT-2638 travis: build with Haskell
Patch: John Chee
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 7 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 017ac74ef..93f0a0348 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,11 +33,14 @@ env:
# Small Set
- CONFIG="--without-erlang --without-haskell --without-python --without-go --without-lua --without-d --without-ruby --without-nodejs --without-java"
+ # C & C++ & Haskell (for some reason qt4 is required)
+ - CONFIG="--without-csharp --without-java --without-erlang --without-nodejs --without-lua --without-python --without-perl --without-php --without-php-extension --without-ruby --without-go --without-d" GHCVER=7.8.3
+
# Build All
# TODO: fix these languages
- - CONFIG="--without-erlang --without-haskell --without-python --without-go --without-lua"
+ - CONFIG="--without-erlang --without-python --without-go --without-lua" GHCVER=7.8.3
+
-
matrix:
include:
- compiler: gcc
@@ -61,6 +64,8 @@ matrix:
## Default build sequence:
before_install:
- sh contrib/installDependencies.sh 1> /dev/null;
+ - export PATH=/opt/ghc/$GHCVER/bin:/opt/cabal/1.20/bin:$PATH
+ - cabal update
install:
- sh bootstrap.sh;