Skip to content

Commit

Permalink
Add Conan to Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Croydon committed Jul 25, 2018
1 parent 9492876 commit cc59b21
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,20 @@ matrix:
- LIBCXX_BUILD=1 LIBCXX_SANITIZER=Thread
- ENABLE_SANITIZER=1
- EXTRA_FLAGS="-stdlib=libc++ -g -O2 -fno-omit-frame-pointer -fsanitize=thread -fno-sanitize-recover=all"
- compiler: gcc
env: CONAN=True
language: python
python: "3.6"
before_script:
- pip install -U pip
before_install:
- pip --version
install:
- pip install conan
script:
- conan create . google/testing --build
after_success:
- exit 0
- os: osx
osx_image: xcode8.3
compiler: clang
Expand Down

0 comments on commit cc59b21

Please sign in to comment.