浏览代码

Cleanup.

main
offa 7 年前
父节点
当前提交
00660c5d5f
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. +0
    -2
      script/ci_install.sh

+ 0
- 2
script/ci_install.sh 查看文件



if [[ ! -f ${CMAKE_INSTALLER} ]] if [[ ! -f ${CMAKE_INSTALLER} ]]
then then
echo "CMake installer not available, downloading ..."

curl -sSL https://cmake.org/files/v3.8/cmake-3.8.2-Linux-x86_64.sh -o ${CMAKE_INSTALLER} curl -sSL https://cmake.org/files/v3.8/cmake-3.8.2-Linux-x86_64.sh -o ${CMAKE_INSTALLER}
chmod +x ${CMAKE_INSTALLER} chmod +x ${CMAKE_INSTALLER}
fi fi

正在加载...
取消
保存