Lines Matching +full:- +full:denable_werror
3 - linux
5 - clang
6 - gcc
9 - CI_BUILD=cmake
10 - CI_BUILD=autotools
13 - os: osx
22 - ubuntu-toolchain-r-test
24 - g++-8
25 - autoconf
26 - automake
27 - autotools-dev
28 - libtool
29 - pkg-config
30 - zlib1g-dev
31 - libcunit1-dev
32 - libssl-dev
33 - libxml2-dev
34 - libev-dev
35 - libevent-dev
36 - libjansson-dev
37 - libjemalloc-dev
38 - libc-ares-dev
39 - cmake
40 - cmake-data
43 - libev
44 - libevent
45 - c-ares
46 - cunit
47 - libressl
49 - $CC --version
50 - if [ "$CXX" = "g++" ]; then export CXX="g++-8" CC="gcc-8"; fi
51 - $CC --version
52 - go version
53 - cmake --version
55 - |
57 CPPFLAGS="-fsanitize=address" LDFLAGS="-fsanitize=address -fuse-ld=gold"
59 - |
64 - git submodule update --init
65 - |
67 autoreconf -i && ./configure --with-mruby PKG_CONFIG_PATH=$PKG_CONFIG_PATH
69 - |
71 cmake -DENABLE_WERROR=1 -DWITH_MRUBY=1 -DWITH_NEVERBLEED=1
74 - |
76 …make distcheck DISTCHECK_CONFIGURE_FLAGS="--with-mruby --with-neverbleed --enable-werror CPPFLAGS=…
78 - |
82 - |
86 cd integration-tests