Home
last modified time | relevance | path

Searched +full:- +full:denable_werror (Results 1 – 2 of 2) sorted by relevance

/third_party/nghttp2/
D.travis.yml3 - 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
[all …]
/third_party/nghttp2/.github/workflows/
Dbuild.yml7 runs-on: ${{ matrix.os }}
11 os: [ubuntu-20.04, macos-10.15]
16 - uses: actions/checkout@v2
17 - name: Linux setup
20 sudo apt-get install \
21 g++-8 \
22 clang-10 \
25 autotools-dev \
27 pkg-config \
28 zlib1g-dev \
[all …]