mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-05-01 05:03:52 +00:00
Fix for build and python
This commit is contained in:
parent
03d3109955
commit
f44aeff751
12
.travis.yml
12
.travis.yml
@ -17,11 +17,11 @@ matrix:
|
|||||||
|
|
||||||
- compiler: gcc
|
- compiler: gcc
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
- ubuntu-toolchain-r-test
|
- ubuntu-toolchain-r-test
|
||||||
packages:
|
packages:
|
||||||
- g++-4.7
|
- g++-4.7
|
||||||
env: COMPILER=4.7
|
env: COMPILER=4.7
|
||||||
|
|
||||||
- compiler: clang
|
- compiler: clang
|
||||||
@ -41,7 +41,7 @@ install:
|
|||||||
|
|
||||||
- export PATH="${DEPS_DIR}/cmake/bin:${PATH}"
|
- export PATH="${DEPS_DIR}/cmake/bin:${PATH}"
|
||||||
- cd "${DEPS_DIR}"
|
- cd "${DEPS_DIR}"
|
||||||
- if [ "$(python -c 'import sys; print(sys.version_info[0])')" = "2" ] ; then pip install pathlib; fi
|
- if [ "$(python -c 'import sys; print(sys.version_info[0])')" = "2" ] ; then pip install --user pathlib; fi
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cd "${TRAVIS_BUILD_DIR}"
|
- cd "${TRAVIS_BUILD_DIR}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user