Bläddra i källkod

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

otherwise.
main
offa 7 år sedan
förälder
incheckning
4a48f6085d
2 ändrade filer med 1 tillägg och 3 borttagningar
  1. +1
    -0
      .travis.yml
  2. +0
    -3
      script/ci_install.sh

+ 1
- 0
.travis.yml Visa fil

@@ -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 Visa fil

@@ -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}


Laddar…
Avbryt
Spara