mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 13:26:10 +01:00
Reenable travis for CI
This commit is contained in:
parent
5fbf04cd59
commit
69bd213c40
26
.travis.yml
26
.travis.yml
@ -158,24 +158,22 @@ matrix:
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Special builds, e.g. conan
|
# # Special builds, e.g. conan
|
||||||
- language: python
|
# - language: python
|
||||||
python:
|
# python:
|
||||||
- "3.7"
|
# - "3.7"
|
||||||
install:
|
# install:
|
||||||
- pip install conan-package-tools
|
# - pip install conan-package-tools
|
||||||
env:
|
# env:
|
||||||
- CONAN_GCC_VERSIONS=8
|
# - CONAN_GCC_VERSIONS=8
|
||||||
- CONAN_DOCKER_IMAGE=conanio/gcc8
|
# - CONAN_DOCKER_IMAGE=conanio/gcc8
|
||||||
- CPP14=1
|
# - CPP14=1
|
||||||
script:
|
# script:
|
||||||
- python .conan/build.py
|
# - python .conan/build.py
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- export CXX=${COMPILER}
|
- export CXX=${COMPILER}
|
||||||
- cd ${TRAVIS_BUILD_DIR}
|
- cd ${TRAVIS_BUILD_DIR}
|
||||||
# Regenerate single header file, so it is tested in the examples...
|
|
||||||
- python tools/scripts/generateSingleHeader.py
|
|
||||||
|
|
||||||
- |
|
- |
|
||||||
if [[ ${CPP17} -eq 1 ]]; then
|
if [[ ${CPP17} -eq 1 ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user