Add build-essential to travis cfg
This can't be causing the failure can it? It can't find QtMultimedia..
This commit is contained in:
parent
5ea59908a8
commit
0eb00fe39c
1 changed files with 1 additions and 1 deletions
|
@ -5,5 +5,5 @@ compiler:
|
||||||
script: mkdir build && cd build && cmake .. && make
|
script: mkdir build && cd build && cmake .. && make
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
- sudo apt-get install -y qtmobility-dev libprotobuf-dev protobuf-compiler libqt4-dev
|
- sudo apt-get install -y qtmobility-dev libprotobuf-dev protobuf-compiler libqt4-dev build-essential
|
||||||
cache: apt
|
cache: apt
|
||||||
|
|
Loading…
Reference in a new issue