Kaynağa Gözat

Output install steps.

main
offa 7 yıl önce
ebeveyn
işleme
751c822ba7
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. +3
    -0
      script/ci_install.sh

+ 3
- 0
script/ci_install.sh Dosyayı Görüntüle

@@ -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 ..."

Yükleniyor…
İptal
Kaydet