瀏覽代碼

Printing a message if the installer is already available.

main
offa 7 年之前
父節點
當前提交
4f526411cc
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. +3
    -0
      script/ci_install.sh

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

@@ -17,6 +17,9 @@ then
curl -sSL https://cmake.org/files/v3.8/cmake-3.8.2-Linux-x86_64.sh -o ${CMAKE_INSTALLER}
chmod +x ${CMAKE_INSTALLER}
sudo ./install-cmake.sh --prefix=/usr/local --skip-license

else
echo "CMake installer available"
fi

cd ${BUILD_DIR}

Loading…
取消
儲存