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
7cc42d9e
Commit
7cc42d9e
authored
Jun 21, 2015
by
Niels
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup
parent
366620d8
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
31 deletions
+0
-31
.gitignore
.gitignore
+0
-7
.travis.yml
.travis.yml
+0
-24
No files found.
.gitignore
deleted
100644 → 0
View file @
366620d8
json_unit
json_benchmarks
working
html
me.nlohmann.json.docset
.travis.yml
deleted
100644 → 0
View file @
366620d8
language
:
cpp
compiler
:
-
gcc
before_install
:
-
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
-
sudo apt-get update -qq
-
if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.9; fi
-
if [ "$CXX" = "g++" ]; then export CXX="g++-4.9" CC="gcc-4.9"; fi
-
sudo pip install cpp-coveralls pyyaml
-
sudo apt-get install valgrind
script
:
-
make
-
./json_unit "*"
-
valgrind --error-exitcode=1 --leak-check=full ./json_unit
after_success
:
-
make clean
-
touch src/json.hpp
-
make json_unit CXXFLAGS="-fprofile-arcs -ftest-coverage -std=c++11"
-
./json_unit "*"
-
coveralls --exclude test/catch.hpp --exclude test/unit.cpp --include src/json.hpp --gcov-options '\-lp' --gcov 'gcov-4.9'
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