소스 검색

CMake URL fixed.

main
offa 7 년 전
부모
커밋
f9c6dfc0af
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml 파일 보기

@@ -63,7 +63,7 @@ install:
- mkdir -p "${DEPENDENCY_DIR}" && cd "${DEPENDENCY_DIR}"
- |
if [[ ! -d "$(ls -A ${DEPENDENCY_DIR}/cmake)" ]]; then
CMAKE_URL="https://cmake.org/files/v3.6/cmake-3.8.2-Linux-x86_64.tar.gz"
CMAKE_URL="https://cmake.org/files/v3.8/cmake-3.8.2-Linux-x86_64.tar.gz"
mkdir -p cmake && travis_retry wget --no-check-certificate --quiet -O - "${CMAKE_URL}" | tar --strip-components=1 -xz -C cmake
fi
export PATH="${DEPENDENCY_DIR}/cmake/bin:${PATH}"

Loading…
취소
저장