1
0
mirror of https://github.com/gabime/spdlog.git synced 2025-03-29 09:22:41 +08:00

Update .travis.yml

This commit is contained in:
Gabi Melman 2018-12-02 15:25:03 +02:00 committed by GitHub
parent 7275fb6f52
commit bbc859ca19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,7 +104,7 @@ script:
-DCMAKE_CXX_STANDARD=$CPP \
-DSPDLOG_BUILD_EXAMPLES=ON \
-DSPDLOG_BUILD_BENCH=OFF \
-DBUILD_BUILD_TESTS=ON \
-DSPDLOG_BUILD_TESTS=ON \
-DSPDLOG_SANITIZE_ADDRESS=$ASAN \
-DSPDLOG_SANITIZE_THREAD=$TSAN
- make VERBOSE=1 -j2