Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mtxclient
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nheko Reborn
mtxclient
Commits
5838f607
Commit
5838f607
authored
5 years ago
by
Nicolas Werner
Browse files
Options
Downloads
Patches
Plain Diff
Travis bump
parent
feef057f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.ci/script.sh
+1
-4
1 addition, 4 deletions
.ci/script.sh
.travis.yml
+1
-1
1 addition, 1 deletion
.travis.yml
CMakeLists.txt
+1
-2
1 addition, 2 deletions
CMakeLists.txt
with
3 additions
and
7 deletions
.ci/script.sh
+
1
−
4
View file @
5838f607
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
.travis.yml
+
1
−
1
View file @
5838f607
...
...
@@ -14,7 +14,7 @@ notifications:
matrix
:
include
:
-
os
:
osx
osx_image
:
xcode1
0.2
# for c++17
osx_image
:
xcode1
1.3
# for c++17
compiler
:
clang
addons
:
homebrew
:
...
...
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
1
−
2
View file @
5838f607
...
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment