Improved CMakeLists and added bench

This commit is contained in:
gabime
2018-08-13 01:22:35 +03:00
parent cb299375f6
commit da30e2ef18
4 changed files with 68 additions and 4 deletions

View File

@@ -93,7 +93,7 @@ install:
-DCMAKE_CXX_STANDARD=$CPP \
-DSPDLOG_BUILD_EXAMPLES=ON \
-DSPDLOG_SANITIZE_ADDRESS=$ASAN
- VERBOSE=1 make -j2
- make VERBOSE=1-j2
script:
- if [ "$ASAN" != "On" ]; then CTEST_FLAGS="-DExperimentalMemCheck"; fi