From 9e59a7e27131a12175df744131c40792b6cb1ce6 Mon Sep 17 00:00:00 2001 From: Project579 Date: Mon, 11 Jul 2022 22:36:45 +0200 Subject: [PATCH] Re-enable Windows tests. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 86fac636b8..488d3b3148 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -539,7 +539,7 @@ Windows_MSBuild_RelWithDebInfo: variables: config: "RelWithDebInfo" # Gitlab can't successfully execute following binaries due to unknown reason - # executables: "openmw_test_suite.exe,openmw_detournavigator_navmeshtilescache_benchmark.exe" + 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