Include OSX builds back into PR builds
Had an instance where the breakage was not detected until the actual merge. Need to be better than that
This commit is contained in:
parent
86d14079be
commit
7888184f28
@ -40,7 +40,6 @@ matrix:
|
||||
- os: osx
|
||||
compiler: gcc
|
||||
env: BUILD_TYPE=Debug VERBOSE=1
|
||||
if: type != pull_request
|
||||
- os: osx
|
||||
compiler: gcc
|
||||
env: BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11
|
||||
@ -50,7 +49,6 @@ matrix:
|
||||
env: BUILD_TYPE=Debug VERBOSE=1
|
||||
if: type != pull_request
|
||||
- os: osx
|
||||
compiler: clang
|
||||
env: BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11
|
||||
if: type != pull_request
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user