mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-04 12:39:55 +00:00
variables should be a hash of key value pairs
This commit is contained in:
parent
3862f0d10a
commit
81aed34588
@ -96,19 +96,19 @@ Windows_Ninja_Release:
|
|||||||
extends:
|
extends:
|
||||||
- .Windows_Ninja_Base
|
- .Windows_Ninja_Base
|
||||||
variables:
|
variables:
|
||||||
- config: "Release"
|
config: "Release"
|
||||||
|
|
||||||
Windows_Ninja_Debug:
|
Windows_Ninja_Debug:
|
||||||
extends:
|
extends:
|
||||||
- .Windows_Ninja_Base
|
- .Windows_Ninja_Base
|
||||||
variables:
|
variables:
|
||||||
- config: "Debug"
|
config: "Debug"
|
||||||
|
|
||||||
Windows_Ninja_RelWithDebInfo:
|
Windows_Ninja_RelWithDebInfo:
|
||||||
extends:
|
extends:
|
||||||
- .Windows_Ninja_Base
|
- .Windows_Ninja_Base
|
||||||
variables:
|
variables:
|
||||||
- config: "RelWithDebInfo"
|
config: "RelWithDebInfo"
|
||||||
|
|
||||||
.Windows_MSBuild_Base:
|
.Windows_MSBuild_Base:
|
||||||
tags:
|
tags:
|
||||||
@ -158,16 +158,16 @@ Windows_MSBuild_Release:
|
|||||||
extends:
|
extends:
|
||||||
- .Windows_MSBuild_Base
|
- .Windows_MSBuild_Base
|
||||||
variables:
|
variables:
|
||||||
- config: "Release"
|
config: "Release"
|
||||||
|
|
||||||
Windows_MSBuild_Debug:
|
Windows_MSBuild_Debug:
|
||||||
extends:
|
extends:
|
||||||
- .Windows_MSBuild_Base
|
- .Windows_MSBuild_Base
|
||||||
variables:
|
variables:
|
||||||
- config: "Debug"
|
config: "Debug"
|
||||||
|
|
||||||
Windows_MSBuild_RelWithDebInfo:
|
Windows_MSBuild_RelWithDebInfo:
|
||||||
extends:
|
extends:
|
||||||
- .Windows_MSBuild_Base
|
- .Windows_MSBuild_Base
|
||||||
variables:
|
variables:
|
||||||
- config: "RelWithDebInfo"
|
config: "RelWithDebInfo"
|
Loading…
x
Reference in New Issue
Block a user