mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-08-14 15:15:52 +08:00
Fix draco_tests path in MSVC builds.
This commit is contained in:
parent
11daca9143
commit
e92c8c6dad
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -190,7 +190,7 @@ jobs:
|
||||
-DDRACO_TRANSCODER_SUPPORTED=ON
|
||||
cmake_build_command: cmake --build . --config Release -- -m:2
|
||||
# TODO(https://github.com/google/draco/issues/938): Flaking on this target.
|
||||
draco_test_command: ./draco_tests --gtest_filter=-GltfDecoderTest.TestLoadUnsupportedTexCoordAttributes
|
||||
draco_test_command: Release/draco_tests --gtest_filter=-GltfDecoderTest.TestLoadUnsupportedTexCoordAttributes
|
||||
|
||||
- test_name: windows-msvc-release-static
|
||||
os: windows-2019
|
||||
@ -211,7 +211,7 @@ jobs:
|
||||
-DDRACO_TRANSCODER_SUPPORTED=ON
|
||||
cmake_build_command: cmake --build . --config Release -- -m:2
|
||||
# TODO(https://github.com/google/draco/issues/938): Flaking on this target.
|
||||
draco_test_command: ./draco_tests --gtest_filter=-GltfDecoderTest.TestLoadUnsupportedTexCoordAttributes
|
||||
draco_test_command: Release/draco_tests --gtest_filter=-GltfDecoderTest.TestLoadUnsupportedTexCoordAttributes
|
||||
|
||||
- test_name: windows-make-release-shared
|
||||
os: windows-2019
|
||||
|
Loading…
x
Reference in New Issue
Block a user