Rename ci

This commit is contained in:
gabime 2024-11-02 14:15:12 +02:00
parent d99a36fa8e
commit 373b8cde9e

View File

@ -56,8 +56,8 @@ 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 || 'ON' }} -DSPDLOG_SANITIZE_ADDRESS=${{ matrix.config.asan || 'ON' }}
make -j2 make -j 4
ctest -j2 --output-on-failure ctest -j 4 --output-on-failure
# ----------------------------------------------------------------------- # -----------------------------------------------------------------------
# OS X build matrix # OS X build matrix
@ -80,6 +80,6 @@ jobs:
-DSPDLOG_BUILD_TESTS=ON \ -DSPDLOG_BUILD_TESTS=ON \
-DSPDLOG_BUILD_TESTS_HO=OFF \ -DSPDLOG_BUILD_TESTS_HO=OFF \
-DSPDLOG_SANITIZE_ADDRESS=OFF -DSPDLOG_SANITIZE_ADDRESS=OFF
make -j2 make -j 4
ctest -j2 --output-on-failure ctest -j 4 --output-on-failure