Skip to content

Commit

Permalink
Removed support for MacOS configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquimvila committed Apr 1, 2021
1 parent ae73b4b commit 5192eae
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,23 +60,6 @@ matrix:
- GTEST_VERSION=1.8.1
- OPENSSL_VERSION=1.0.2s

- os: osx
osx_image: xcode12.2
language: cpp
compiler: clang
env:
- COMPILER_NAME=clang-MacOS
- BUILD_TYPE=Release
- CONAN_BUILD_TYPE=Release
- COMPILER_LIBCXX=libc++
- GTEST_VERSION=1.8.1
- OPENSSL_VERSION=1.0.2s
- HOMEBREW_NO_AUTO_UPDATE=1
cache:
directories:
- $HOME/Library/Caches/Homebrew
- /usr/local/Homebrew

install:
- if [ $TRAVIS_OS_NAME == linux ]; then sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 90; fi
- if [ $TRAVIS_OS_NAME == linux ]; then sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-7 90; fi
Expand All @@ -85,7 +68,7 @@ install:
- if [ $TRAVIS_OS_NAME == osx ]; then brew unlink python@2; fi
- if [ $TRAVIS_OS_NAME == osx ]; then brew install conan; fi
- conan user
- conan remote add systelab-public https://csw.jfrog.io/artifactory/api/conan/cpp-conan-production-local
- conan remote add systelab-public https://csw.jfrog.io/artifactory/api/conan/cpp-conan-production-local --insert 0
- conan --version

script:
Expand Down

0 comments on commit 5192eae

Please sign in to comment.