Browse Source

Install in any case.

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

+ 3
- 1
script/ci_install.sh View File



curl -sSL https://cmake.org/files/v3.8/cmake-3.8.2-Linux-x86_64.sh -o ${CMAKE_INSTALLER} curl -sSL https://cmake.org/files/v3.8/cmake-3.8.2-Linux-x86_64.sh -o ${CMAKE_INSTALLER}
chmod +x ${CMAKE_INSTALLER} chmod +x ${CMAKE_INSTALLER}
sudo ./install-cmake.sh --prefix=/usr/local --skip-license
else else
echo "CMake installer available" echo "CMake installer available"
fi fi


sudo ./install-cmake.sh --prefix=$/local --skip-license


cd ${BUILD_DIR} cd ${BUILD_DIR}



Loading…
Cancel
Save