.travis.yml @@ -1,10 +1,11 @@ addons: apt: packages: - cunit - libcunit1-dev - clang sudo: false script: - make test - make - CC=clang CFLAGS="-g -O0 -fsanitize=address" LDFLAGS="-g -fsanitize=address" make clean test