Use clang and GCC simultaneously

This commit is contained in:
Benedikt Heine 2018-11-25 04:36:02 +01:00 committed by Nikos Tsipinakis
parent 3c28432044
commit 91adaa0da9

View File

@ -22,10 +22,13 @@ jobs:
- image: bebehei/dunst:<<parameters.distro>>-dev - image: bebehei/dunst:<<parameters.distro>>-dev
steps: steps:
- checkout - checkout
- run: make -j all dunstify - run: make CC=clang -j all dunstify test/test
- run: make -j test-valgrind - run: make CC=clang -j test-valgrind
- run: make clean - run: make clean
- run: make -j test-coverage - 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: workflows:
version: 2 version: 2