Skip to content
Snippets Groups Projects
Commit 5838f607 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Travis bump

parent feef057f
No related branches found
No related tags found
No related merge requests found
...@@ -36,16 +36,13 @@ fi ...@@ -36,16 +36,13 @@ fi
if [ $TRAVIS_OS_NAME == osx ]; then if [ $TRAVIS_OS_NAME == osx ]; then
# Build the library. # Build the library.
export OPENSSL_ROOT_DIR=/usr/local/opt/openssl
cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=Release \ cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=Release \
-DOPENSSL_ROOT_DIR=/usr/local/opt/openssl \
-DOPENSSL_INCLUDE_DIR=/usr/local/opt/openssl/include \
-DBUILD_LIB_TESTS=OFF \ -DBUILD_LIB_TESTS=OFF \
-DBUILD_LIB_EXAMPLES=OFF \
-DBUILD_SHARED_LIBS=ON \ -DBUILD_SHARED_LIBS=ON \
-DHUNTER_ENABLED=ON \ -DHUNTER_ENABLED=ON \
-DHUNTER_CONFIGURATION_TYPES=Release \ -DHUNTER_CONFIGURATION_TYPES=Release \
-DHUNTER_ROOT=.deps \ -DHUNTER_ROOT=.deps \
-DUSE_BUNDLED_OPENSSL=OFF \
-DUSE_BUNDLED_GTEST=OFF || true -DUSE_BUNDLED_GTEST=OFF || true
cmake --build build cmake --build build
......
...@@ -14,7 +14,7 @@ notifications: ...@@ -14,7 +14,7 @@ notifications:
matrix: matrix:
include: include:
- os: osx - os: osx
osx_image: xcode10.2 # for c++17 osx_image: xcode11.3 # for c++17
compiler: clang compiler: clang
addons: addons:
homebrew: homebrew:
......
...@@ -36,8 +36,7 @@ option(USE_BUNDLED_ZLIB "Use the bundled version of zlib." ...@@ -36,8 +36,7 @@ option(USE_BUNDLED_ZLIB "Use the bundled version of zlib."
project(matrix_client project(matrix_client
VERSION 0.3.0 VERSION 0.3.0
DESCRIPTION "Client API library for Matrix, built on top of Boost.Asio" DESCRIPTION "Client API library for Matrix, built on top of Boost.Asio"
HOMEPAGE_URL https://github.com/Nheko-Reborn/mtxclient HOMEPAGE_URL https://github.com/Nheko-Reborn/mtxclient)
LANGUAGES CXX C)
option(ASAN "Compile with address sanitizers" OFF) option(ASAN "Compile with address sanitizers" OFF)
option(BUILD_LIB_TESTS "Build tests" ON) option(BUILD_LIB_TESTS "Build tests" ON)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment