소스 검색

Install in any case.

main
offa 7 년 전
부모
커밋
533791d0fb
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. +3
    -1
      script/ci_install.sh

+ 3
- 1
script/ci_install.sh 파일 보기

@@ -16,10 +16,12 @@ then

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

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


cd ${BUILD_DIR}


Loading…
취소
저장