mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 13:04:35 +00:00
Set macOS deployment target in Travis CI build
(cherry picked from commit 5dd207048c
)
This commit is contained in:
parent
e8d4cc327d
commit
821873974a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user