mirror of
https://github.com/threeal/cmake-action.git
synced 2025-04-22 19:41:20 +00:00
fix build results location on MSVC test
This commit is contained in:
parent
716f237b51
commit
c51d734eb9
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -58,7 +58,9 @@ jobs:
|
|||||||
args: -D CHECK_SURPASS_WARNING=ON
|
args: -D CHECK_SURPASS_WARNING=ON
|
||||||
|
|
||||||
- name: Run the build results
|
- name: Run the build results
|
||||||
run: build/test_c && build/test_cpp
|
run: |
|
||||||
|
${{ matrix.compiler == 'msvc' && 'build\Debug\test_c.exe' || 'build/test_c' }}
|
||||||
|
${{ matrix.compiler == 'msvc' && 'build\Debug\test_cpp.exe' || 'build/test_cpp' }}
|
||||||
|
|
||||||
specified-compiler-usage:
|
specified-compiler-usage:
|
||||||
runs-on: ${{ matrix.os }}-latest
|
runs-on: ${{ matrix.os }}-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user