File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ language : c
2+ sudo : false
3+
4+ matrix :
5+ include :
6+ - os : linux
7+ dist : trusty
8+ compiler : gcc
9+ addons :
10+ apt :
11+ sources : [ 'ubuntu-toolchain-r-test' ]
12+ packages : [ 'intltool', 'gcc-7' ]
13+ env :
14+ - MATRIX_EVAL="CC=gcc-7 && CFLAGS='-fno-omit-frame-pointer -fsanitize=undefined -fsanitize=address -ggdb3 -fvar-tracking-assignments -Og'"
15+
16+ - os : linux
17+ dist : trusty
18+ compiler : clang
19+ addons :
20+ apt :
21+ sources : ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-4.0']
22+ packages : [ 'intltool', 'clang-4.0']
23+ env :
24+ - MATRIX_EVAL="CC=clang-4.0 && CFLAGS='-fno-omit-frame-pointer -fsanitize=undefined -fsanitize=address -ggdb3 -fvar-tracking-assignments -Og'"
25+
26+ script :
27+ - eval "${MATRIX_EVAL}"
28+ - ./autogen.sh && ./configure --without-libsystemd --disable-man && make -j2 && make -j2 -k check
29+
30+ after_failure :
31+ - cat config.log
You can’t perform that action at this time.
0 commit comments