mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-21 21:39:40 +00:00
Try removing bashism reliance
This commit is contained in:
parent
5549ddab97
commit
a43766bbc8
1 changed files with 2 additions and 2 deletions
|
@ -47,10 +47,10 @@ MacOS:
|
||||||
- build/OpenMW-*.dmg
|
- build/OpenMW-*.dmg
|
||||||
|
|
||||||
variables: &engine-targets
|
variables: &engine-targets
|
||||||
targets: openmw openmw-essimporter openmw-iniimporter openmw-launcher openmw-wizard
|
targets: "openmw", "openmw-essimporter", "openmw-iniimporter", "openmw-launcher", "openmw-wizard"
|
||||||
|
|
||||||
variables: &cs-targets
|
variables: &cs-targets
|
||||||
targets: openmw-cs bsatool esmtool niftest
|
targets: "openmw-cs", "bsatool", "esmtool", "niftest"
|
||||||
|
|
||||||
.Windows_Ninja_Base:
|
.Windows_Ninja_Base:
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Reference in a new issue