Include new test goals, integrate with Travis
This commit is contained in:
parent
7ce2d397b8
commit
a0a03fe35e
1 changed files with 4 additions and 1 deletions
|
@ -10,7 +10,10 @@ before_install:
|
|||
- git submodule update --init --recursive
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -qq libssl-dev libgcrypt20-dev libpurple-dev libwebp-dev
|
||||
script: ./configure $CONFIGURE_FLAGS && make
|
||||
script:
|
||||
- ./configure $CONFIGURE_FLAGS
|
||||
- make -j2
|
||||
- make check
|
||||
compiler:
|
||||
- clang
|
||||
- gcc
|
||||
|
|
Loading…
Add table
Reference in a new issue