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

Enable ASAN on travis

parent 5f33847d
No related merge requests found
......@@ -36,7 +36,7 @@ before_script:
- if [ "$SSL_LIB" = "openssl" ]; then ./ci/build_openssl.sh; fi
# configure ngtcp2
- autoreconf -i
- if [ "$SSL_LIB" = "openssl" ]; then ./configure --enable-werror PKG_CONFIG_PATH=$PWD/../openssl/build/lib/pkgconfig LDFLAGS="-Wl,-rpath,$PWD/openssl/build/lib"; fi
- if [ "$SSL_LIB" = "openssl" ]; then ./configure --enable-werror PKG_CONFIG_PATH=$PWD/../openssl/build/lib/pkgconfig CPPFLAGS=-fsanitize=address LDFLAGS="-fsanitize=address -Wl,-rpath,$PWD/openssl/build/lib"; fi
script:
# Now build ngtcp2
- 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