Speed up the test builds. Run make install in the root build dir.

This commit is contained in:
Vassil Vassilev 2014-09-28 12:51:20 +02:00 committed by sftnight
parent e0ed6c4887
commit bfafe8db57

View File

@ -24,13 +24,16 @@ before_script:
- git clone https://github.com/vgvassilev/cling.git src/tools/cling
- cd src
- cd ../obj
- travis_retry ../src/configure --prefix=`pwd`/../inst
- travis_retry ../src/configure --prefix=`pwd`/../inst \
--disable-docs --disable-bindings --disable-visibility-inlines-hidden \
--disable-clang-rewriter --disable-clang-static-analyzer \
--disable-clang-arcmt --disable-compiler-version-checks
script:
- travis_retry make -j4 -k
- travis_retry make -j4 -k
- cd tools/cling
- travis_retry make install
- cd tools/cling
- make test LIT_ARGS=--no-progress-bar
branches: