summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorhenrique <henrique@apache.org>2014-06-17 12:36:39 +0200
committerhenrique <henrique@apache.org>2014-06-17 12:36:39 +0200
commit55087a49d335db7da23e23d8d8a9368e4e5ae7a6 (patch)
treeea9c5186f40660197c2d1e8088b124197ea14d5a /.travis.yml
parent44c9b4411aac88638797fe37279e632a6799b510 (diff)
downloadthrift-55087a49d335db7da23e23d8d8a9368e4e5ae7a6.tar.gz
THRIFT-2571 doc and speed up travis build
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 4 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index d54acc423..4ab649a31 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -68,10 +68,9 @@ install:
script:
# TODO: fix these languages
- sh configure --without-erlang --without-haskell --without-python --without-go --without-lua
- - make -j2 && make dist
- - make cross -j2
- - sh bootstrap.sh ; sh contrib/mingw-cross-compile.sh
- - mkdir build_native && cd build_native && cmake ../compiler/cpp/ && make; cd ..
- - mkdir build_mingw32 && cd build_mingw32 && cmake -DCMAKE_TOOLCHAIN_FILE=../contrib/mingw32-toolchain.cmake ../compiler/cpp/ && make; cd ..
+ - make -j4 && make dist
+ - make cross -j4
+ - mkdir build_native && cd build_native && cmake ../compiler/cpp/ && make -j4; cd ..
+ - mkdir build_mingw32 && cd build_mingw32 && cmake -DCMAKE_TOOLCHAIN_FILE=../contrib/mingw32-toolchain.cmake ../compiler/cpp/ && make -j4; cd ..
# TODO: add these steps
# - sh bootstrap.sh ; dpkg-buildpackage -tc