Added ci for SPDLOG_USE_STD_FORMAT=ON option

pull/3028/head
gabime 2 years ago
parent e6b894665c
commit 90127164de

@ -52,7 +52,7 @@ jobs:
-DSPDLOG_BUILD_TESTS=ON \
-DSPDLOG_BUILD_TESTS_HO=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
export ASAN_OPTIONS=alloc_dealloc_mismatch=0
ctest -j2 --output-on-failure

Loading…
Cancel
Save