Browse Source

Variable fixed.

main
offa 4 years ago
parent
commit
356e3362b7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml View File



script: script:
- if [[ -v COMPILER ]]; then docker run -v ${PWD}:/mnt -it ${DOCKER_IMG}/${COMPILER} /bin/bash -c "cd /mnt; script/ci_build.sh"; fi - if [[ -v COMPILER ]]; then docker run -v ${PWD}:/mnt -it ${DOCKER_IMG}/${COMPILER} /bin/bash -c "cd /mnt; script/ci_build.sh"; fi
- if [[ -v CONAN_DOCKER_IMAGE ]]; then script/conan_build.sh; fi
- if [[ -v CONAN_GCC_VERSIONS ]]; then script/conan_build.sh; fi

Loading…
Cancel
Save