Added ci for SPDLOG_USE_STD_FORMAT=ON option

This commit is contained in:
gabime 2023-09-01 17:44:41 +03:00
parent e6b894665c
commit 90127164de

View File

@ -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