Skip to content
Snippets Groups Projects
Commit 3e784871 authored by Craig Tiller's avatar Craig Tiller
Browse files

Compile protobuf explicitly

parent 8794bc18
No related branches found
No related tags found
No related merge requests found
...@@ -5,9 +5,11 @@ before_install: ...@@ -5,9 +5,11 @@ before_install:
- sudo apt-get install -qq libgtest-dev libgflags-dev - sudo apt-get install -qq libgtest-dev libgflags-dev
script: script:
- ./tools/run_tests/run_tests.py -l c -t -j 16 -c dbg - ./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 - ./tools/run_tests/run_tests.py -l c++ -t -j 16 -c dbg
- make clean - make clean
- ./tools/run_tests/run_tests.py -l c -t -j 16 -c opt - ./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 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 node -t -j 16 -c opt
- ./tools/run_tests/run_tests.py -l python -t -j 1 -c opt - ./tools/run_tests/run_tests.py -l python -t -j 1 -c opt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment