servatrice/.travis.yml
Daenyth 0eb00fe39c Add build-essential to travis cfg
This can't be causing the failure can it? It can't find QtMultimedia..
2014-06-25 01:31:43 -04:00

9 lines
253 B
YAML

language: cpp
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 libqt4-dev build-essential
cache: apt