Moved comment to the right place and added a TODO. Added another comment about the documentation task.
This commit is contained in:
parent
83a2e13efb
commit
53557c8988
@ -81,7 +81,7 @@ matrix:
|
|||||||
after_success:
|
after_success:
|
||||||
- pip install --user cpp-coveralls
|
- pip install --user cpp-coveralls
|
||||||
- coveralls -r .. --gcov-options '\-lp' -e thirdparty -e example -e test -e build/CMakeFiles -e include/rapidjson/msinttypes -e include/rapidjson/internal/meta.h -e include/rapidjson/error/en.h
|
- coveralls -r .. --gcov-options '\-lp' -e thirdparty -e example -e test -e build/CMakeFiles -e include/rapidjson/msinttypes -e include/rapidjson/internal/meta.h -e include/rapidjson/error/en.h
|
||||||
- script:
|
- script: # Documentation task
|
||||||
- cd build
|
- cd build
|
||||||
- cmake .. -DRAPIDJSON_HAS_STDSTRING=ON -DCMAKE_VERBOSE_MAKEFILE=ON
|
- cmake .. -DRAPIDJSON_HAS_STDSTRING=ON -DCMAKE_VERBOSE_MAKEFILE=ON
|
||||||
- make travis_doc
|
- make travis_doc
|
||||||
@ -92,9 +92,10 @@ matrix:
|
|||||||
- doxygen
|
- doxygen
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
# hack to avoid Valgrind bug (https://bugs.kde.org/show_bug.cgi?id=326469),
|
|
||||||
# exposed by merging PR#163 (using -march=native)
|
|
||||||
- ccache -s
|
- ccache -s
|
||||||
|
# hack to avoid Valgrind bug (https://bugs.kde.org/show_bug.cgi?id=326469),
|
||||||
|
# exposed by merging PR#163 (using -march=native)
|
||||||
|
# TODO: Since this bug is already fixed. Remove this when valgrind can be upgraded.
|
||||||
- sed -i "s/-march=native//" CMakeLists.txt
|
- sed -i "s/-march=native//" CMakeLists.txt
|
||||||
- mkdir build
|
- mkdir build
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user