1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-31 19:20:26 +00:00

Merge branch 'move-essimporter-ci' into 'master'

Move essimporter to CS CI job

See merge request OpenMW/openmw!1414
This commit is contained in:
psi29a 2021-11-21 09:44:39 +00:00
commit 3ea4305a60

View File

@ -201,11 +201,11 @@ macOS10.15_Xcode11:
CCACHE_SIZE: 3G CCACHE_SIZE: 3G
variables: &engine-targets variables: &engine-targets
targets: "openmw,openmw-essimporter,openmw-iniimporter,openmw-launcher,openmw-wizard" targets: "openmw,openmw-iniimporter,openmw-launcher,openmw-wizard"
package: "Engine" package: "Engine"
variables: &cs-targets variables: &cs-targets
targets: "openmw-cs,bsatool,esmtool,niftest" targets: "openmw-cs,bsatool,esmtool,niftest,openmw-essimporter"
package: "CS" package: "CS"
variables: &tests-targets variables: &tests-targets