diff --git a/.circleci/config.yml b/.circleci/config.yml index fae3b6e..168e376 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -22,10 +22,13 @@ jobs: - image: bebehei/dunst:<>-dev steps: - checkout - - run: make -j all dunstify - - run: make -j test-valgrind - - run: make clean - - run: make -j test-coverage + - run: make CC=clang -j all dunstify test/test + - run: make CC=clang -j test-valgrind + - run: make clean + - run: make CC=gcc -j all dunstify test/test + - run: make CC=gcc -j test-valgrind + - run: make clean + - run: make -j test-coverage workflows: version: 2