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

9 lines
237 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
cache: apt