Tk Source Code

View Ticket
Login
Ticket UUID: d908f43d17edfb69e77bc8b62bf39536b91239b9
Title: RFE: Travis: mac os x versions
Type: RFE Version: core-8-6-branch
Submitter: bll Created on: 2020-06-10 11:07:53
Subsystem: (unused) Assigned To: jan.nijtmans
Priority: 5 Medium Severity: Minor
Status: Closed Last Modified: 2020-06-12 18:33:54
Resolution: Fixed Closed By: bll
    Closed on: 2020-06-12 18:33:54
Description:
egrep MAC_OS_X_VERSION */*.c */*.h

MacOS has various code paths in #if blocks to support newer APIs in MacOS.

Can alternate builds be added to travis using the
   -mmacosx-version-min=10.11
flag to test the various builds?
User Comments: bll added on 2020-06-12 18:33:54:
You can build a -mmacosx-version-min=10.11 version on 10.15.
That's what I use for my application.

jan.nijtmans added on 2020-06-12 13:56:19:

Thanks for the suggestion!

I don't think Travis really supports environments < 10.13 (they are available, but "brew" packages cannot be thrusted any more). But adding checks for older builds (at least 10.13 and 10.14) - I think - those are a good idea!

Done now.