This commit is contained in:
Heikki Hannikainen 2016-08-05 22:14:35 +03:00
parent 932a9b4324
commit 80bf21c330
1 changed files with 1 additions and 1 deletions

View File

@ -8,4 +8,4 @@ before_script:
- sudo apt-get install -y protobuf-c-compiler libprotobuf-c0-dev
script:
- cd src && ./configure && make
- cd test && make test
- cd tests && make test