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
if [ $TRAVIS_OS_NAME == osx ]; then
# Build the library.
export OPENSSL_ROOT_DIR=/usr/local/opt/openssl
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_EXAMPLES=OFF \
-DBUILD_SHARED_LIBS=ON \
-DHUNTER_ENABLED=ON \
-DHUNTER_CONFIGURATION_TYPES=Release \
-DHUNTER_ROOT=.deps \
-DUSE_BUNDLED_OPENSSL=OFF \
-DUSE_BUNDLED_GTEST=OFF || true
cmake --build build
......
......@@ -14,7 +14,7 @@ notifications:
matrix:
include:
- os: osx
osx_image: xcode10.2 # for c++17
osx_image: xcode11.3 # for c++17
compiler: clang
addons:
homebrew:
......
......@@ -36,8 +36,7 @@ option(USE_BUNDLED_ZLIB "Use the bundled version of zlib."
project(matrix_client
VERSION 0.3.0
DESCRIPTION "Client API library for Matrix, built on top of Boost.Asio"
HOMEPAGE_URL https://github.com/Nheko-Reborn/mtxclient
LANGUAGES CXX C)
HOMEPAGE_URL https://github.com/Nheko-Reborn/mtxclient)
option(ASAN "Compile with address sanitizers" OFF)
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