mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-25 03:40:40 +00:00
See if 1h time limit for Windows has been removed
https://gitlab.com/gitlab-org/gitlab-runner/-/issues/27771 has been closed and GitLab's published an update since
This commit is contained in:
parent
471c111fa2
commit
f04ea4a7a8
@ -344,6 +344,9 @@ variables: &tests-targets
|
|||||||
targets: "openmw_test_suite,openmw_detournavigator_navmeshtilescache_benchmark"
|
targets: "openmw_test_suite,openmw_detournavigator_navmeshtilescache_benchmark"
|
||||||
package: "Tests"
|
package: "Tests"
|
||||||
|
|
||||||
|
variables: &combined-targets
|
||||||
|
targets: "openmw,openmw-iniimporter,openmw-launcher,openmw-wizard,openmw-navmeshtool,openmw-bulletobjecttool,openmw-cs,bsatool,esmtool,niftest,openmw-essimporter"
|
||||||
|
|
||||||
.Windows_Ninja_Base:
|
.Windows_Ninja_Base:
|
||||||
tags:
|
tags:
|
||||||
- windows
|
- windows
|
||||||
@ -574,7 +577,7 @@ variables: &tests-targets
|
|||||||
<<: *engine-targets
|
<<: *engine-targets
|
||||||
config: "Debug"
|
config: "Debug"
|
||||||
|
|
||||||
Windows_MSBuild_Engine_RelWithDebInfo:
|
.Windows_MSBuild_Engine_RelWithDebInfo:
|
||||||
extends:
|
extends:
|
||||||
- .Windows_MSBuild_Base
|
- .Windows_MSBuild_Base
|
||||||
variables:
|
variables:
|
||||||
@ -599,13 +602,20 @@ Windows_MSBuild_Engine_RelWithDebInfo:
|
|||||||
<<: *cs-targets
|
<<: *cs-targets
|
||||||
config: "Debug"
|
config: "Debug"
|
||||||
|
|
||||||
Windows_MSBuild_CS_RelWithDebInfo:
|
.Windows_MSBuild_CS_RelWithDebInfo:
|
||||||
extends:
|
extends:
|
||||||
- .Windows_MSBuild_Base
|
- .Windows_MSBuild_Base
|
||||||
variables:
|
variables:
|
||||||
<<: *cs-targets
|
<<: *cs-targets
|
||||||
config: "RelWithDebInfo"
|
config: "RelWithDebInfo"
|
||||||
|
|
||||||
|
Windows_MSBuild_Combined_RelWithDebInfo:
|
||||||
|
extends:
|
||||||
|
- .Windows_MSBuild_Base
|
||||||
|
variables:
|
||||||
|
<<: *combined-targets
|
||||||
|
config: "RelWithDebInfo"
|
||||||
|
|
||||||
.Windows_MSBuild_Tests_RelWithDebInfo:
|
.Windows_MSBuild_Tests_RelWithDebInfo:
|
||||||
extends: .Windows_MSBuild_Base
|
extends: .Windows_MSBuild_Base
|
||||||
stage: build
|
stage: build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user