]> git.proxmox.com Git - mirror_ovs.git/commit - Makefile.am
travis: support OS X builds
authorLance Richardson <lrichard@redhat.com>
Wed, 23 Mar 2016 20:04:47 +0000 (16:04 -0400)
committerBen Pfaff <blp@ovn.org>
Wed, 23 Mar 2016 20:17:58 +0000 (13:17 -0700)
commit40a75bbf9e8237ddf0bfc9d3320bfc39e389c7eb
tree39de76c4f2c68309b0fe81355e7e6d74ea3cffe5
parent837351e6f99098d63628bd06afe908b6d4af755d
travis: support OS X builds

Add support for travis-ci OS X builds:
  - Add linux- prefix to existing build/prepare scripts
  - Create new OS X flavored build/prepare scripts
  - Update .travis.yml for OS X

At this time only one build job included in the matrix for OS X.

Signed-off-by: Lance Richardson <lrichard@redhat.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
.travis.yml
.travis/build.sh [deleted file]
.travis/linux-build.sh [new file with mode: 0755]
.travis/linux-prepare.sh [new file with mode: 0755]
.travis/osx-build.sh [new file with mode: 0755]
.travis/osx-prepare.sh [new file with mode: 0755]
.travis/prepare.sh [deleted file]
Makefile.am