Compile servatrice on travis

This commit is contained in:
Daenyth 2014-06-27 20:42:19 -04:00
parent 6da64315d2
commit d3b4ef38a0

View file

@ -5,6 +5,6 @@ os:
compiler:
- gcc
- clang
script: mkdir build && cd build && cmake .. && make
script: mkdir build && cd build && cmake .. -DWITH_SERVER=1 && make
install: ./travis-dependencies.sh
cache: apt