Skip to content

Commit

Permalink
Set macOS deployment target in Travis CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
elmindreda committed Dec 26, 2019
1 parent a3d28ef commit 5dd2070
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,14 @@ matrix:
env:
- BUILD_SHARED_LIBS=ON
- CFLAGS=-Werror
- MACOSX_DEPLOYMENT_TARGET=10.8
- os: osx
sudo: false
name: "Cocoa static library"
env:
- BUILD_SHARED_LIBS=OFF
- CFLAGS=-Werror
- MACOSX_DEPLOYMENT_TARGET=10.8
script:
- if grep -Inr '\s$' src include docs tests examples CMake *.md .gitattributes .gitignore; then
echo Trailing whitespace found, aborting;
Expand Down

0 comments on commit 5dd2070

Please sign in to comment.