|
|
|
@ -71,7 +71,7 @@ jobs:
|
|
|
|
|
env:
|
|
|
|
|
PATH: ${{ env.PATH }};${{ github.workspace }}\build\_deps\catch2-build\src\${{ matrix.config.BUILD_TYPE }};${{ github.workspace }}\build\${{ matrix.config.BUILD_TYPE }}
|
|
|
|
|
run: |
|
|
|
|
|
build\tests\${{ matrix.config.BUILD_TYPE }}\spdlog-utests.exe
|
|
|
|
|
.\build\tests\${{ matrix.config.BUILD_TYPE }}\spdlog-utests.exe
|
|
|
|
|
|
|
|
|
|
# -----------------------------------------------------------------------
|
|
|
|
|
# MSVC 2019 build matrix
|
|
|
|
@ -132,4 +132,4 @@ jobs:
|
|
|
|
|
env:
|
|
|
|
|
PATH: ${{ env.PATH }};${{ github.workspace }}\build\_deps\catch2-build\src\${{ matrix.config.BUILD_TYPE }};${{ github.workspace }}\build\${{ matrix.config.BUILD_TYPE }}
|
|
|
|
|
run: |
|
|
|
|
|
build\tests\${{ matrix.config.BUILD_TYPE }}\spdlog-utests.exe
|
|
|
|
|
.\build\tests\${{ matrix.config.BUILD_TYPE }}\spdlog-utests.exe
|
|
|
|
|