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
83a211ab
Commit
83a211ab
authored
5 years ago
by
Nicolas Werner
Browse files
Options
Downloads
Patches
Plain Diff
Use ninja in ci
parent
60672f5d
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
+1
-1
1 addition, 1 deletion
.ci/install.sh
.travis.yml
+2
-0
2 additions, 0 deletions
.travis.yml
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
with
4 additions
and
2 deletions
.ci/install.sh
+
1
−
1
View file @
83a211ab
...
...
@@ -5,7 +5,7 @@ set -ex
if
[
$TRAVIS_OS_NAME
==
osx
]
;
then
brew update
||
true
brew upgrade boost
||
true
brew
install
libsodium clang-format
brew
install
libsodium clang-format
ninja
brew tap nlohmann/json
# the nlohmann install seems to make travis angry
# because of the number of log messages
...
...
This diff is collapsed.
Click to expand it.
.travis.yml
+
2
−
0
View file @
83a211ab
...
...
@@ -20,11 +20,13 @@ matrix:
env
:
-
CXX_VERSION=g++-8
-
CC_VERSION=gcc-8
-
CMAKE_GENERATOR=Ninja
-
os
:
linux
compiler
:
clang
env
:
-
CXX_VERSION=clang++-6.0
-
CC_VERSION=clang-6.0
-
CMAKE_GENERATOR=Ninja
-
COVERAGE=ON
install
:
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
+
1
−
1
View file @
83a211ab
...
...
@@ -9,7 +9,7 @@ ENV CMAKE_SHORT_VERSION=3.15
RUN
\
apt-get update
-qq
&&
\
apt-get
install
-y
--no-install-recommends
apt-transport-https software-properties-common curl
&&
\
apt-get
install
-y
--no-install-recommends
apt-transport-https software-properties-common curl
ninja-build
&&
\
# cmake
curl https://cmake.org/files/v${CMAKE_SHORT_VERSION}/cmake-${CMAKE_VERSION}-Linux-x86_64.sh -o cmake-install.sh && \
bash cmake-install.sh --skip-license --prefix=/usr/local && \
...
...
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