Browse Source

Output build steps.

main
offa 7 years ago
parent
commit
bee8587091
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      script/ci_install.sh

+ 2
- 0
script/ci_install.sh View File

#!/bin/bash #!/bin/bash


set -ex

BUILD_DIR=${TRAVIS_BUILD_DIR} BUILD_DIR=${TRAVIS_BUILD_DIR}


mkdir -p "${DEPENDENCY_DIR}" && cd "${DEPENDENCY_DIR}" mkdir -p "${DEPENDENCY_DIR}" && cd "${DEPENDENCY_DIR}"

Loading…
Cancel
Save