Преглед изворни кода

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

otherwise.
main
offa пре 8 година
родитељ
комит
4a48f6085d
2 измењених фајлова са 1 додато и 3 уклоњено
  1. +1
    -0
      .travis.yml
  2. +0
    -3
      script/ci_install.sh

+ 1
- 0
.travis.yml Прегледај датотеку



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


script: script:
- script/ci_build.sh - script/ci_build.sh

+ 0
- 3
script/ci_install.sh Прегледај датотеку

wget --no-check-certificate --quiet -O - "${CMAKE_URL}" | tar --strip-components=1 -xz -C cmake wget --no-check-certificate --quiet -O - "${CMAKE_URL}" | tar --strip-components=1 -xz -C cmake
fi fi


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

cd ${BUILD_DIR} cd ${BUILD_DIR}



Loading…
Откажи
Сачувај