summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakayuki Matsuoka <t-mat@users.noreply.github.com>2021-05-28 07:02:07 (GMT)
committerTakayuki Matsuoka <t-mat@users.noreply.github.com>2021-05-28 07:02:07 (GMT)
commit1f6d2efda1ba3b0687896708cba23c84af4748cd (patch)
treeafd258447aca0840da5c514353c093848950f2b6
parent5b86e4e5ed4429a8c0f58dadc3ebaf65ba029d18 (diff)
downloadlz4-1f6d2efda1ba3b0687896708cba23c84af4748cd.zip
lz4-1f6d2efda1ba3b0687896708cba23c84af4748cd.tar.gz
lz4-1f6d2efda1ba3b0687896708cba23c84af4748cd.tar.bz2
Disable Meson + clang build at travis-ci
-rw-r--r--.travis.yml58
1 files 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