Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
json
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
json
Commits
c204ac82
Unverified
Commit
c204ac82
authored
Oct 05, 2017
by
Niels Lohmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🔨
adjusted Coverity script to work without Makefile
parent
7b82e4b4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
25 deletions
+4
-25
.gitignore
.gitignore
+1
-15
.travis.yml
.travis.yml
+3
-3
test/src/prefix.hpp
test/src/prefix.hpp
+0
-7
No files found.
.gitignore
View file @
c204ac82
...
...
@@ -7,9 +7,8 @@ fuzz-testing
*.gcno
*.gcda
ndk
build
working
build_coverage
doc/xml
doc/html
...
...
@@ -20,17 +19,4 @@ benchmarks/files/numbers/*.json
.idea
cmake-build-debug
test/test-*
.svn
test/thirdparty/Fuzzer/libFuzzer.a
test/parse_afl_fuzzer
test/parse_cbor_fuzzer
test/parse_msgpack_fuzzer
minibench
.travis.yml
View file @
c204ac82
...
...
@@ -105,8 +105,8 @@ matrix:
name
:
"
nlohmann/json"
description
:
"
Build
submitted
via
Travis
CI"
notification_email
:
niels.lohmann@gmail.com
build_command_prepend
:
"
m
ake
clean
"
build_command
:
"
make"
build_command_prepend
:
"
m
kdir
coverity_build
;
cd
coverity_build
;
cmake
..
;
cd
..
"
build_command
:
"
make
-C
coverity_build
"
branch_pattern
:
coverity_scan
env
:
-
SPECIAL=coverity
...
...
@@ -252,7 +252,7 @@ matrix:
################
script
:
# get CMake (only for systems with brew - macOS)
# get CMake
and Ninja
(only for systems with brew - macOS)
-
|
if [[ (-x $(which brew)) ]]; then
brew update
...
...
test/src/prefix.hpp
deleted
100644 → 0
View file @
7b82e4b4
#pragma once
#include "catch.hpp"
#define private public
#include "json.hpp"
using
nlohmann
::
json
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment