Rename ci

pull/3239/head
gabime 10 months ago
parent d99a36fa8e
commit 373b8cde9e

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

Loading…
Cancel
Save