mirror of
https://github.com/facebook/zstd.git
synced 2025-03-07 09:26:03 +02:00
meson: Update default project version
* Update to use ninja v1.9.0 on CI
This commit is contained in:
parent
585b5a1039
commit
4107b734bd
@ -184,7 +184,7 @@ matrix:
|
|||||||
compiler: clang
|
compiler: clang
|
||||||
install:
|
install:
|
||||||
- sudo apt-get install -qq liblz4-dev valgrind tree
|
- sudo apt-get install -qq liblz4-dev valgrind tree
|
||||||
- travis_retry curl -o ~/ninja.zip -L 'https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-linux.zip'
|
- 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
|
&& unzip ~/ninja.zip -d ~/.local/bin
|
||||||
- travis_retry curl -o ~/get-pip.py -L 'https://bootstrap.pypa.io/get-pip.py'
|
- travis_retry curl -o ~/get-pip.py -L 'https://bootstrap.pypa.io/get-pip.py'
|
||||||
&& python3 ~/get-pip.py --user
|
&& python3 ~/get-pip.py --user
|
||||||
|
@ -16,7 +16,9 @@ project('zstd',
|
|||||||
'cpp_std=c++11',
|
'cpp_std=c++11',
|
||||||
'buildtype=release'
|
'buildtype=release'
|
||||||
],
|
],
|
||||||
version: '1.3.8',
|
# Fall-back version in case of extracting version number from
|
||||||
|
# `zstd.h` failed.
|
||||||
|
version: '1.4.0',
|
||||||
meson_version: '>=0.47.0')
|
meson_version: '>=0.47.0')
|
||||||
|
|
||||||
cc = meson.get_compiler('c')
|
cc = meson.get_compiler('c')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user