upgrade cmake to 3.5.2
This commit is contained in:
parent
e1a93d9e59
commit
3436c4e9ba
|
@ -37,9 +37,9 @@ fi
|
||||||
|
|
||||||
if [ "${OPJ_CI_ASAN:-}" == "1" ]; then
|
if [ "${OPJ_CI_ASAN:-}" == "1" ]; then
|
||||||
# We need a new version of cmake than travis-ci provides
|
# We need a new version of cmake than travis-ci provides
|
||||||
wget --no-check-certificate -qO - https://cmake.org/files/v3.3/cmake-3.3.2-Linux-x86_64.tar.gz | tar -xz
|
wget --no-check-certificate -qO - https://cmake.org/files/v3.5/cmake-3.5.2-Linux-x86_64.tar.gz | tar -xz
|
||||||
# copy to a directory that will not changed every version
|
# copy to a directory that will not changed every version
|
||||||
mv cmake-3.3.2-Linux-x86_64 cmake-install
|
mv cmake-3.5.2-Linux-x86_64 cmake-install
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "${OPJ_CI_SKIP_TESTS:-}" != "1" ]; then
|
if [ "${OPJ_CI_SKIP_TESTS:-}" != "1" ]; then
|
||||||
|
|
Loading…
Reference in New Issue