Skip to content
Snippets Groups Projects
Commit 73b34060 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa
Browse files

Tweak travis

* Add cunit to run unit tests.
* Compile with more warning flags (--enable-werror)
parent 66d3c384
Branches
No related merge requests found
......@@ -20,6 +20,7 @@ addons:
- libcunit1-dev
- libssl-dev
- libev-dev
- libcunit1-dev
- cmake
- cmake-data
before_install:
......@@ -39,7 +40,7 @@ before_script:
# configure ngtcp2
- autoreconf -i
- ./configure OPENSSL_CFLAGS=-I$PWD/boringssl/include OPENSSL_LIBS="-L$PWD/boringssl/build/ssl -L$PWD/boringssl/build/crypto -lssl -lcrypto -pthread"
- ./configure --enable-werror OPENSSL_CFLAGS=-I$PWD/boringssl/include OPENSSL_LIBS="-L$PWD/boringssl/build/ssl -L$PWD/boringssl/build/crypto -lssl -lcrypto -pthread"
script:
# Now build ngtcp2
- make
- make check
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment