From 3e7848711176804c44a96e19082f95e9a760542c Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Thu, 26 Feb 2015 17:34:30 -0800 Subject: Compile protobuf explicitly --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 94c51e1a93..8d658d43e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,9 +5,11 @@ before_install: - sudo apt-get install -qq libgtest-dev libgflags-dev script: - ./tools/run_tests/run_tests.py -l c -t -j 16 -c dbg + - make libs/protobuf/dbg/libprotobuf.a - ./tools/run_tests/run_tests.py -l c++ -t -j 16 -c dbg - make clean - ./tools/run_tests/run_tests.py -l c -t -j 16 -c opt + - make libs/protobuf/dbg/libprotobuf.a - ./tools/run_tests/run_tests.py -l c++ -t -j 16 -c opt - ./tools/run_tests/run_tests.py -l node -t -j 16 -c opt - ./tools/run_tests/run_tests.py -l python -t -j 1 -c opt -- cgit v1.2.3