Compile servatrice on travis
This commit is contained in:
parent
6da64315d2
commit
d3b4ef38a0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue