mirror of
https://github.com/facebook/zstd.git
synced 2025-11-29 00:04:37 -05:00
travis: Use ninja from github
This commit is contained in:
parent
470344d33e
commit
889a492784
13
.travis.yml
13
.travis.yml
@ -179,14 +179,17 @@ matrix:
|
|||||||
|
|
||||||
# meson dedicated test
|
# meson dedicated test
|
||||||
- name: Xenial (Meson + clang)
|
- name: Xenial (Meson + clang)
|
||||||
|
env: ALLOW_FAILURES=true
|
||||||
dist: xenial
|
dist: xenial
|
||||||
language: cpp
|
language: cpp
|
||||||
compiler: clang
|
compiler: clang
|
||||||
before_install:
|
install:
|
||||||
- sudo apt-get install -qq liblz4-dev valgrind tree
|
- sudo apt-get install -qq liblz4-dev valgrind tree
|
||||||
- curl -o ~/get-pip.py 'https://bootstrap.pypa.io/get-pip.py'
|
- travis_retry curl -o ~/ninja.zip -L 'https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-linux.zip'
|
||||||
- python3 ~/get-pip.py --user
|
&& unzip ~/ninja.zip -d ~/.local/bin
|
||||||
- pip3 install --user meson ninja
|
- travis_retry curl -o ~/get-pip.py -L 'https://bootstrap.pypa.io/get-pip.py'
|
||||||
|
&& python3 ~/get-pip.py --user
|
||||||
|
&& pip3 install --user meson
|
||||||
script:
|
script:
|
||||||
- meson --buildtype=debug
|
- meson --buildtype=debug
|
||||||
-Db_lundef=false
|
-Db_lundef=false
|
||||||
@ -198,4 +201,4 @@ matrix:
|
|||||||
- DESTDIR=./staging ninja install
|
- DESTDIR=./staging ninja install
|
||||||
- tree ./staging
|
- tree ./staging
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- name: Xenial (Meson + clang)
|
- env: ALLOW_FAILURES=true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user