From: Ebrahim Byagowi Date: Fri, 19 Oct 2018 15:16:41 +0000 (+0330) Subject: [ci] Run valgrind on test/api X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=093c7c4a54b37f5b12ad21e2d67f109597d068b1;p=platform%2Fupstream%2FlibHarfBuzzSharp.git [ci] Run valgrind on test/api run-shape-fuzzer-tests.py automatically runs valgrind if see available but test/api runs it by request, we probably should normalize the approaches later --- diff --git a/.circleci/config.yml b/.circleci/config.yml index b81564d..d661a14 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -100,7 +100,11 @@ jobs: - run: pip install fonttools - run: ./autogen.sh --with-freetype --with-glib --with-cairo --with-icu --with-graphite2 --with-fontconfig - run: make -j32 - - run: make check || .ci/fail.sh + # run-shape-fuzzer-tests.py automatically runs valgrind if see available + # but test/api runs it by request, we probably should normalize the approaches + - run: make check && make -Ctest/api check-valgrind || .ci/fail.sh + # informational for now + - run: make -Ctest/api check-symbols || true clang-everything: docker: