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

#!/bin/bash #!/bin/bash


set -ex

BUILD_DIR=${TRAVIS_BUILD_DIR} BUILD_DIR=${TRAVIS_BUILD_DIR}


mkdir -p "${DEPENDENCY_DIR}" && cd "${DEPENDENCY_DIR}" mkdir -p "${DEPENDENCY_DIR}" && cd "${DEPENDENCY_DIR}"


## Install CMake ## Install CMake
CMAKE_INSTALLER=install-cmake.sh CMAKE_INSTALLER=install-cmake.sh

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

Loading…
Cancel
Save