summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorjfarrell <jfarrell@apache.org>2015-02-18 23:25:54 -0500
committerjfarrell <jfarrell@apache.org>2015-02-18 23:25:54 -0500
commite03f7e8e75f4ecb41b5f82a5fb9ae3712959e74c (patch)
treec85cfbfe5f3ba581e51c54eef8be74c5f24487ed /.travis.yml
parent80aa53e6bcc766a985d7a05c20e85e21e2bdd65f (diff)
downloadthrift-e03f7e8e75f4ecb41b5f82a5fb9ae3712959e74c.tar.gz
THRIFT-2962:Docker Thrift env for development and testing
Client: build Patch: jfarrell Adds build folder and moves all travis, cmake and docker build scripts into one location for easier maintainability.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index e29f5559e..cfa3c85ac 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,8 +31,8 @@ compiler:
- gcc
before_install:
- - sh contrib/installCXXDependencies.sh
- - if [ "$ALL_DEPS" != "no" ] ; then sh contrib/installDependencies.sh 1> /dev/null ; fi
+ - sh build/travis/installCXXDependencies.sh
+ - if [ "$ALL_DEPS" != "no" ] ; then sh build/travis/installDependencies.sh 1> /dev/null ; fi
- if [ "$ALL_DEPS" != "no" ] ; then export PATH=/opt/ghc/$GHCVER/bin:/opt/cabal/1.20/bin:$PATH ; fi
- if [ "$ALL_DEPS" != "no" ] ; then cabal update ; fi
@@ -112,8 +112,8 @@ matrix:
- TEST_NAME="Debian Packages"
compiler: clang
before_install:
- - sh contrib/installCXXDependencies.sh;
- - sh contrib/installDependencies.sh 1> /dev/null;
+ - sh build/travis/installCXXDependencies.sh;
+ - sh build/travis/installDependencies.sh 1> /dev/null;
- sudo apt-get install build-essential mono-gmcs mono-devel libmono-system-web2.0-cil erlang-base ruby1.8-dev python-all python-all-dev python-all-dbg php5 php5-dev
script:
- dpkg-buildpackage -tc -us -uc