File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed
Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change 11language : cpp
2+
3+ addons :
4+ apt :
5+ packages :
6+ - clang-tools
27matrix :
38 include :
49 - os : linux
510 compiler : gcc
611 - os : linux
712 compiler : clang
813 - os : osx
14+
915script :
10- - make -C tests EXTRA_CFLAGS="-W -Wall -Wextra"
11- - make -C tests clean ; make -C tests pedantic
12- - make -C tests clean ; make -C tests pedantic EXTRA_CFLAGS=-DNO_DECLTYPE
13- - make -C tests clean ; make -C tests cplusplus
14- - make -C tests clean ; make -C tests cplusplus EXTRA_CFLAGS=-DNO_DECLTYPE
16+ - scan-build make -C tests EXTRA_CFLAGS="-W -Wall -Wextra"
17+ - make -C tests clean ; scan-build make -C tests pedantic
18+ - make -C tests clean ; scan-build make -C tests pedantic EXTRA_CFLAGS=-DNO_DECLTYPE
19+ - make -C tests clean ; scan-build make -C tests cplusplus
20+ - make -C tests clean ; scan-build make -C tests cplusplus EXTRA_CFLAGS=-DNO_DECLTYPE
You can’t perform that action at this time.
0 commit comments