Browse Source

Output install steps.

main
offa 7 years ago
parent
commit
751c822ba7
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      script/ci_install.sh

+ 3
- 0
script/ci_install.sh View File

@@ -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…
Cancel
Save