2
0
mirror of https://github.com/boostorg/mysql.git synced 2026-02-14 12:52:17 +00:00

Added openssl root dir to cmake for mac os

This commit is contained in:
anarthal
2020-01-14 12:47:36 +01:00
parent f89a77d530
commit 804af5f729

View File

@@ -24,15 +24,16 @@ matrix:
packages:
- boost
- mysql
- openssl
before_install:
- mysql.server start
env:
- CMAKE_OPTIONS=-DOPENSSL_ROOT_DIR=/usr/local/opt/openssl
script:
- mysql -u root < test/integration/db_setup.sql
- mkdir -p build
- cd build
- cmake -DCMAKE_BUILD_TYPE=Release ..
- cmake -DCMAKE_BUILD_TYPE=Release $CMAKE_OPTIONS ..
- make -j CTEST_OUTPUT_ON_FAILURE=1 all test