mirror of
https://github.com/boostorg/mysql.git
synced 2026-02-14 00:42:53 +00:00
Workaround for broken brew addon in travis
This commit is contained in:
14
.travis.yml
14
.travis.yml
@@ -66,12 +66,9 @@ matrix:
|
||||
osx_image: xcode11.3
|
||||
sudo: true
|
||||
compiler: clang
|
||||
addons:
|
||||
homebrew:
|
||||
packages:
|
||||
- boost
|
||||
- mysql
|
||||
before_install:
|
||||
- brew update
|
||||
- brew install boost mysql
|
||||
- mysql.server start
|
||||
env:
|
||||
- CMAKE_OPTIONS=-DOPENSSL_ROOT_DIR=/usr/local/opt/openssl -DCMAKE_BUILD_TYPE=Debug
|
||||
@@ -79,12 +76,9 @@ matrix:
|
||||
osx_image: xcode11.3
|
||||
sudo: true
|
||||
compiler: clang
|
||||
addons:
|
||||
homebrew:
|
||||
packages:
|
||||
- boost
|
||||
- mysql
|
||||
before_install:
|
||||
- brew update
|
||||
- brew install boost mysql
|
||||
- mysql.server start
|
||||
env:
|
||||
- CMAKE_OPTIONS=-DOPENSSL_ROOT_DIR=/usr/local/opt/openssl -DCMAKE_BUILD_TYPE=Release
|
||||
|
||||
Reference in New Issue
Block a user