[ovs-dev] [PATCH 0/2] travis: add OS X support

Lance Richardson lrichard at redhat.com
Wed Mar 23 20:13:47 UTC 2016


A example of travis build results with these changes can be
found here:

   https://travis-ci.org/hlrichardson/ovs-1/builds/118047167


----- Original Message -----
> From: "Lance Richardson" <lrichard at redhat.com>
> To: dev at openvswitch.org
> Sent: Wednesday, March 23, 2016 4:04:45 PM
> Subject: [ovs-dev] [PATCH 0/2] travis: add OS X support
> 
> - Fix two build issues
> - Add build/prepare scripts for OS X
> - Update .travis.yml to add an OS X build
> 
> Lance Richardson (2):
>   osx: Fix OS X build issues
>   travis: support OS X builds
> 
>  .travis.yml              |  13 +++++-
>  .travis/build.sh         | 109
>  -----------------------------------------------
>  .travis/linux-build.sh   | 109
>  +++++++++++++++++++++++++++++++++++++++++++++++
>  .travis/linux-prepare.sh |   5 +++
>  .travis/osx-build.sh     |  28 ++++++++++++
>  .travis/osx-prepare.sh   |   3 ++
>  .travis/prepare.sh       |   5 ---
>  Makefile.am              |   6 ++-
>  lib/byte-order.h         |   4 +-
>  lib/rtbsd.c              |   2 +
>  10 files changed, 164 insertions(+), 120 deletions(-)
>  delete mode 100755 .travis/build.sh
>  create mode 100755 .travis/linux-build.sh
>  create mode 100755 .travis/linux-prepare.sh
>  create mode 100755 .travis/osx-build.sh
>  create mode 100755 .travis/osx-prepare.sh
>  delete mode 100755 .travis/prepare.sh
> 
> --
> 2.5.5
> 
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev
> 



More information about the dev mailing list