Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add macOS and clang builds to the travis config.
Improve coverage by building more variants in integration testing. There's no equivalent of the apt addon for macOS builds, so we put dependencies in Brewfile and call `brew bundle` to install them. This works better than calling `brew install` directly since the later will error if a package is already installed, and even if the error is ignored it won't update to the latest version available, resulting in binaried built against e.g. vulnerable versions of openssl. To avoid conflicts with Apple's deprecated openssl package, homebrew doesn't install its openssl package in the default search path, so we need to manually append the its location to PKG_CONFIG_PATH. We cannot build against Apple's package because while it provides libraries and an openssl.pc file, no headers are available. Signed-off-by: Ralph Giles <[email protected]>
- Loading branch information