瀏覽代碼

Output install steps.

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

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

@@ -1,5 +1,7 @@
#!/bin/bash

set -ex

BUILD_DIR=${TRAVIS_BUILD_DIR}

mkdir -p "${DEPENDENCY_DIR}" && cd "${DEPENDENCY_DIR}"
@@ -7,6 +9,7 @@ mkdir -p "${DEPENDENCY_DIR}" && cd "${DEPENDENCY_DIR}"

## Install CMake
CMAKE_INSTALLER=install-cmake.sh

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

Loading…
取消
儲存