Skip to content

Commit 785bf43

Browse files
author
thk123
committed
Disable OSX builds
Travis currently is very slow to spin up OSX builds. This PR would turn them off if this is deemed necessary.
1 parent e54c0e9 commit 785bf43

File tree

1 file changed

+0
-38
lines changed

1 file changed

+0
-38
lines changed

.travis.yml

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -39,32 +39,6 @@ jobs:
3939
# env: COMPILER=g++-5 SAN_FLAGS="-fsanitize=undefined -fno-sanitize-recover -fno-omit-frame-pointer"
4040
env: COMPILER="ccache g++-5"
4141

42-
# OS X using g++
43-
- stage: Test different OS/CXX/Flags
44-
os: osx
45-
sudo: false
46-
compiler: gcc
47-
cache: ccache
48-
before_install:
49-
#we create symlink to non-ccache gcc, to be used in tests
50-
- mkdir bin ; ln -s /usr/bin/gcc bin/gcc
51-
- HOMEBREW_NO_AUTO_UPDATE=1 brew install ccache
52-
- export PATH=/usr/local/opt/ccache/libexec:$PATH
53-
env: COMPILER="ccache g++"
54-
55-
# OS X using clang++
56-
- stage: Test different OS/CXX/Flags
57-
os: osx
58-
sudo: false
59-
compiler: clang
60-
cache: ccache
61-
before_install:
62-
- HOMEBREW_NO_AUTO_UPDATE=1 brew install ccache
63-
- export PATH=/usr/local/opt/ccache/libexec:$PATH
64-
env:
65-
- COMPILER="ccache clang++ -Qunused-arguments -fcolor-diagnostics"
66-
- CCACHE_CPP2=yes
67-
6842
# Ubuntu Linux with glibc using g++-5, debug mode
6943
- stage: Test different OS/CXX/Flags
7044
os: linux
@@ -153,18 +127,6 @@ jobs:
153127
- cmake --build build -- -j4
154128
script: (cd build; ctest -V -L CORE)
155129

156-
- stage: Test different OS/CXX/Flags
157-
os: osx
158-
cache: ccache
159-
env:
160-
- BUILD_SYSTEM=cmake
161-
- CCACHE_CPP2=yes
162-
install:
163-
- cmake -H. -Bbuild '-DCMAKE_BUILD_TYPE=Release' '-DCMAKE_OSX_ARCHITECTURES=x86_64'
164-
- cmake --build build -- -j4
165-
script: (cd build; ctest -V -L CORE)
166-
167-
168130
allow_failures:
169131
- <<: *linter-stage
170132

0 commit comments

Comments
 (0)