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
5c97b69d
Commit
5c97b69d
authored
5 years ago
by
Nicolas Werner
Browse files
Options
Downloads
Patches
Plain Diff
Reduce homebrew usage
parent
12dd55d3
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/install.sh
+0
-6
0 additions, 6 deletions
.ci/install.sh
.ci/script.sh
+1
-3
1 addition, 3 deletions
.ci/script.sh
.travis.yml
+0
-4
0 additions, 4 deletions
.travis.yml
with
1 addition
and
13 deletions
.ci/install.sh
+
0
−
6
View file @
5c97b69d
...
...
@@ -19,9 +19,3 @@ if [ $TRAVIS_OS_NAME == linux ]; then
sudo
make
install
)
fi
if
[
$TRAVIS_OS_NAME
==
osx
]
;
then
# the nlohmann install seems to make travis angry
# because of the number of log messages
brew
install
--with-cmake
nlohmann_json
>
/dev/null
fi
This diff is collapsed.
Click to expand it.
.ci/script.sh
+
1
−
3
View file @
5c97b69d
...
...
@@ -38,9 +38,7 @@ if [ $TRAVIS_OS_NAME == osx ]; then
-DBUILD_SHARED_LIBS
=
ON
\
-DHUNTER_ENABLED
=
ON
\
-DHUNTER_ROOT
=
/tmp/.deps
\
-DUSE_BUNDLED_BOOST
=
OFF
\
-DUSE_BUNDLED_GTEST
=
OFF
\
-DUSE_BUNDLED_JSON
=
OFF
||
true
-DUSE_BUNDLED_GTEST
=
OFF
||
true
cmake
--build
build
make lint
...
...
This diff is collapsed.
Click to expand it.
.travis.yml
+
0
−
4
View file @
5c97b69d
...
...
@@ -18,13 +18,9 @@ matrix:
compiler
:
clang
addons
:
homebrew
:
taps
:
nlohmann/json
packages
:
-
libsodium
-
clang-format
-
ninja
-
openssl
-
boost
-
os
:
linux
compiler
:
gcc
env
:
...
...
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