mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-21 11:09:43 +00:00
variables should be a hash of key value pairs
This commit is contained in:
parent
3862f0d10a
commit
81aed34588
1 changed files with 6 additions and 6 deletions
|
@ -96,19 +96,19 @@ Windows_Ninja_Release:
|
|||
extends:
|
||||
- .Windows_Ninja_Base
|
||||
variables:
|
||||
- config: "Release"
|
||||
config: "Release"
|
||||
|
||||
Windows_Ninja_Debug:
|
||||
extends:
|
||||
- .Windows_Ninja_Base
|
||||
variables:
|
||||
- config: "Debug"
|
||||
config: "Debug"
|
||||
|
||||
Windows_Ninja_RelWithDebInfo:
|
||||
extends:
|
||||
- .Windows_Ninja_Base
|
||||
variables:
|
||||
- config: "RelWithDebInfo"
|
||||
config: "RelWithDebInfo"
|
||||
|
||||
.Windows_MSBuild_Base:
|
||||
tags:
|
||||
|
@ -158,16 +158,16 @@ Windows_MSBuild_Release:
|
|||
extends:
|
||||
- .Windows_MSBuild_Base
|
||||
variables:
|
||||
- config: "Release"
|
||||
config: "Release"
|
||||
|
||||
Windows_MSBuild_Debug:
|
||||
extends:
|
||||
- .Windows_MSBuild_Base
|
||||
variables:
|
||||
- config: "Debug"
|
||||
config: "Debug"
|
||||
|
||||
Windows_MSBuild_RelWithDebInfo:
|
||||
extends:
|
||||
- .Windows_MSBuild_Base
|
||||
variables:
|
||||
- config: "RelWithDebInfo"
|
||||
config: "RelWithDebInfo"
|
Loading…
Reference in a new issue