Skip to content

Add OSX to .travis.yml #81

@snim2

Description

@snim2

Example config from @smarr

language: python

matrix:
  include:
    # - python: "2.7"
    #   os: linux
    #   sudo: false
    #   addons:
    #     apt:
    #       packages:
    #         - build-essential
    #         - r-base
    #         - gfortran
    - language: generic
      os: osx
      before_install: |
        brew cask uninstall oclint  # a travis issue
        brew update > /dev/null
        brew install gcc zlib
        export CFLAGS="-I$(xcrun --show-sdk-path)/usr/include"
script:
 - ./build.sh

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions