Skip to content

Commit

Permalink
Merge pull request #1820 from charliegracie/shortentests
Browse files Browse the repository at this point in the history
Switch OS X to use Unix Makefiles
  • Loading branch information
youngar authored Oct 19, 2017
2 parents a9c1f85 + 43277f8 commit 4a9ac58
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,11 @@ matrix:
exclude:
- os: osx
compiler: gcc
- os: osx
env: BUILD_WITH_CMAKE=yes CMAKE_GENERATOR="Unix Makefiles"
- os: linux
compiler: clang
include:
# Auto tool builds
# 32 bit Linux x86
## Auto tool builds
# 32 bit Linux x86
- os: linux
addons:
apt:
Expand Down Expand Up @@ -90,9 +88,9 @@ matrix:
- llvm-3.4
env: RUN_LINT=yes RUN_BUILD=no SPEC=linux_x86-64 PLATFORM=amd64-linux64-gcc
dist: precise
# CMake builds
# Ninja builds
# 64 bit Linux x86
## CMake builds
# Ninja builds
# 64 bit Linux x86
- os: linux
addons:
apt:
Expand All @@ -105,9 +103,6 @@ matrix:
- libelf-dev
- ninja-build
env: BUILD_WITH_CMAKE=yes CMAKE_GENERATOR=Ninja
# 64 bit OS X
- os: osx
env: BUILD_WITH_CMAKE=yes CMAKE_GENERATOR=Ninja
before_script:
- ulimit -c unlimited
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then export PATH=/usr/local/opt/ccache/libexec:$PATH ; fi
Expand Down

0 comments on commit 4a9ac58

Please sign in to comment.