Move essimporter to CS CI job

It's the only thing that won't impact most users, and might buy enough
seconds to stop the CI timeouts.
fix-static-urls
AnyOldName3 3 years ago
parent 3d381bf0d3
commit ebe8ba717e

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

Loading…
Cancel
Save