From 1f6d2efda1ba3b0687896708cba23c84af4748cd Mon Sep 17 00:00:00 2001 From: Takayuki Matsuoka Date: Fri, 28 May 2021 16:02:07 +0900 Subject: Disable Meson + clang build at travis-ci --- .travis.yml | 58 +++++++++++++++++++++++++++++----------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/.travis.yml b/.travis.yml index bdab59f..d5918a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -197,35 +197,35 @@ matrix: - make -C tests checkTag - tests/checkTag "$TRAVIS_BRANCH" - - name: (Xenial) Meson + clang build - #env: ALLOW_FAILURES=true - dist: xenial - language: cpp - compiler: clang - install: - - sudo apt-get install -qq python3 tree - - | - travis_retry curl -o ~/ninja.zip -L 'https://github.com/ninja-build/ninja/releases/download/v1.9.0/ninja-linux.zip' && - unzip ~/ninja.zip -d ~/.local/bin - - | - travis_retry curl -o ~/get-pip.py 'https://bootstrap.pypa.io/get-pip.py' && - python3 ~/get-pip.py --user && - pip3 install --user meson - script: - - | - meson setup \ - --buildtype=debug \ - -Db_lundef=false \ - -Dauto_features=enabled \ - -Ddefault_library=both \ - -Dbin_programs=true \ - -Dbin_contrib=true \ - -Dbin_tests=true \ - -Dbin_examples=true \ - contrib/meson build - - pushd build - - DESTDIR=./staging ninja install - - tree ./staging +# - name: (Xenial) Meson + clang build +# #env: ALLOW_FAILURES=true +# dist: xenial +# language: cpp +# compiler: clang +# install: +# - sudo apt-get install -qq python3 tree +# - | +# travis_retry curl -o ~/ninja.zip -L 'https://github.com/ninja-build/ninja/releases/download/v1.9.0/ninja-linux.zip' && +# unzip ~/ninja.zip -d ~/.local/bin +# - | +# travis_retry curl -o ~/get-pip.py 'https://bootstrap.pypa.io/get-pip.py' && +# python3 ~/get-pip.py --user && +# pip3 install --user meson +# script: +# - | +# meson setup \ +# --buildtype=debug \ +# -Db_lundef=false \ +# -Dauto_features=enabled \ +# -Ddefault_library=both \ +# -Dbin_programs=true \ +# -Dbin_contrib=true \ +# -Dbin_tests=true \ +# -Dbin_examples=true \ +# contrib/meson build +# - pushd build +# - DESTDIR=./staging ninja install +# - tree ./staging # oss-fuzz compilation test - name: Compile OSS-Fuzz targets -- cgit v0.12