Set up dependencies for travis
This commit is contained in:
parent
0dd4661b7c
commit
478c7f234f
1 changed files with 3 additions and 0 deletions
|
@ -3,3 +3,6 @@ compiler:
|
|||
- gcc
|
||||
- clang
|
||||
script: mkdir build && cd build && cmake .. && make
|
||||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -y qtmobility-dev libprotobuf-dev protobuf-compiler
|
||||
|
|
Loading…
Reference in a new issue