1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-04-10 15:45:37 +00:00

Revert "Re-enable Windows tests."

This reverts commit f8cec04ce74949bf2a86fec3e1bf2c0665419b26.
This commit is contained in:
Project579 2022-07-17 09:30:07 +02:00
parent 02ef9c953e
commit 7a715a7d73

View File

@ -439,7 +439,8 @@ macOS12_Xcode13:
- .Windows_Ninja_Base
variables:
config: "RelWithDebInfo"
executables: "openmw_test_suite.exe,openmw_detournavigator_navmeshtilescache_benchmark.exe"
# Gitlab can't successfully execute following binaries due to unknown reason
# executables: "openmw_test_suite.exe,openmw_detournavigator_navmeshtilescache_benchmark.exe"
.Windows_MSBuild_Base:
tags:
@ -537,7 +538,8 @@ Windows_MSBuild_RelWithDebInfo:
- .Windows_MSBuild_Base
variables:
config: "RelWithDebInfo"
executables: "openmw_test_suite.exe,openmw_detournavigator_navmeshtilescache_benchmark.exe"
# Gitlab can't successfully execute following binaries due to unknown reason
# executables: "openmw_test_suite.exe,openmw_detournavigator_navmeshtilescache_benchmark.exe"
# temporarily enabled while we're linking these on the downloads page
rules:
# run this for both pushes and schedules so 'latest successful pipeline for branch' always includes it