cleanup
This commit is contained in:
parent
366620d85a
commit
7cc42d9e58
7
.gitignore
vendored
7
.gitignore
vendored
@ -1,7 +0,0 @@
|
|||||||
json_unit
|
|
||||||
json_benchmarks
|
|
||||||
|
|
||||||
working
|
|
||||||
|
|
||||||
html
|
|
||||||
me.nlohmann.json.docset
|
|
||||||
24
.travis.yml
24
.travis.yml
@ -1,24 +0,0 @@
|
|||||||
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'
|
|
||||||
Loading…
Reference in New Issue
Block a user