- tags
Build and Check with valgrind:
script:
- - git submodule update --init && make autoreconf && LDFLAGS="-L/usr/local/lib" ./configure
+ - git submodule update --init && make autoreconf && ./configure
--disable-non-suiteb-curves --with-included-libtasn1 --disable-doc && make -j4 && make check -j4
- cat tests/test-suite.log
tags:
Build and Check with asan:
script:
- git submodule update --init && make autoreconf &&CFLAGS="-fsanitize=address -g
- -O2" LDFLAGS="-lasan" ./configure --disable-doc --with-included-libtasn1 --disable-valgrind-tests --disable-non-suiteb-curves
+ -O2" LDFLAGS="-static-libasan" ./configure --disable-doc --with-included-libtasn1 --disable-valgrind-tests --disable-non-suiteb-curves
&& make -j4 && make check -j4
- cat tests/test-suite.log
tags: