소스 검색

Set the PATH env within the travis file as it won't get exported

otherwise.
main
offa 7 년 전
부모
커밋
4a48f6085d
2개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. +1
    -0
      .travis.yml
  2. +0
    -3
      script/ci_install.sh

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

@@ -25,6 +25,7 @@ matrix:

install:
- script/ci_install.sh
- export PATH="${DEPENDENCY_DIR}/cmake/bin:${PATH}"

script:
- script/ci_build.sh

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

@@ -11,8 +11,5 @@ if [[ ! -d "$(ls -A ${DEPENDENCY_DIR}/cmake)" ]]; then
wget --no-check-certificate --quiet -O - "${CMAKE_URL}" | tar --strip-components=1 -xz -C cmake
fi

export PATH="${DEPENDENCY_DIR}/cmake/bin:${PATH}"
cmake --version

cd ${BUILD_DIR}


Loading…
취소
저장