]> git.proxmox.com Git - mirror_qemu.git/commit
.travis.yml: enable OSX builds
authorAlex Bennée <alex.bennee@linaro.org>
Mon, 21 Mar 2016 19:54:57 +0000 (19:54 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 5 Apr 2016 09:08:11 +0000 (10:08 +0100)
commit1d002037f93898c9b507cd010bbb9075870ecc5d
tree24a1702a2bc96b07f3f5988ae92c1abd3e21e8e0
parent6c9332918620a1512f6af5ff250b38228d13a4d6
.travis.yml: enable OSX builds

Travis has support for OSX builds. Making the setup work cleanly
involves a little hacking about with the .travis.yml file but rather
than make it too messy I've pushed all the "brew" install stuff into a
support script called ./scripts/macosx-brew.sh.

Currently only the default ./configure ${CONFIG} is built as I'm not
sure what extra coverage would come from the other build stanzas.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Acked-by: Peter Maydell <peter.maydell@linaro.org>
.travis.yml