mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-25 23:06:10 +01:00
Remove conan to bintray packaging task from travis
As bintray is dead, it is no longer relevant and in fact, it will fail during build.
This commit is contained in:
parent
2cb5210caf
commit
520b6dace9
14
.travis.yml
14
.travis.yml
@ -88,20 +88,6 @@ matrix:
|
|||||||
packages: ['g++-6']
|
packages: ['g++-6']
|
||||||
env: COMPILER='g++-6' CPP14=1
|
env: COMPILER='g++-6' CPP14=1
|
||||||
|
|
||||||
|
|
||||||
# Special builds, e.g. conan
|
|
||||||
- language: python
|
|
||||||
python:
|
|
||||||
- "3.7"
|
|
||||||
install:
|
|
||||||
- pip install conan-package-tools
|
|
||||||
env:
|
|
||||||
- CONAN_GCC_VERSIONS=8
|
|
||||||
- CONAN_DOCKER_IMAGE=conanio/gcc8
|
|
||||||
- CPP14=1
|
|
||||||
script:
|
|
||||||
- python .conan/build.py
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- export CXX=${COMPILER}
|
- export CXX=${COMPILER}
|
||||||
- cd ${TRAVIS_BUILD_DIR}
|
- cd ${TRAVIS_BUILD_DIR}
|
||||||
|
Loading…
Reference in New Issue
Block a user