servatrice/.travis.yml
2014-06-25 01:21:24 -04:00

8 lines
243 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 qtmultimedia-dev