servatrice/.travis.yml
2014-06-25 01:18:52 -04:00

8 lines
226 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