mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-13 01:10:26 +08:00
Added ci for SPDLOG_USE_STD_FORMAT=ON option
This commit is contained in:
parent
e6b894665c
commit
90127164de
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -52,7 +52,7 @@ jobs:
|
|||||||
-DSPDLOG_BUILD_TESTS=ON \
|
-DSPDLOG_BUILD_TESTS=ON \
|
||||||
-DSPDLOG_BUILD_TESTS_HO=OFF \
|
-DSPDLOG_BUILD_TESTS_HO=OFF \
|
||||||
-DSPDLOG_SANITIZE_ADDRESS=${{ matrix.config.asan || 'OFF' }} \
|
-DSPDLOG_SANITIZE_ADDRESS=${{ matrix.config.asan || 'OFF' }} \
|
||||||
-DSPDLOG_USE_STD_FORMAT=${{ matrix.config.std_format || 'OFF' }} \
|
-DSPDLOG_USE_STD_FORMAT=${{ matrix.config.std_format || 'OFF' }}
|
||||||
make -j2
|
make -j2
|
||||||
export ASAN_OPTIONS=alloc_dealloc_mismatch=0
|
export ASAN_OPTIONS=alloc_dealloc_mismatch=0
|
||||||
ctest -j2 --output-on-failure
|
ctest -j2 --output-on-failure
|
||||||
|
Loading…
Reference in New Issue
Block a user