mirror of
https://github.com/OpenMW/openmw.git
synced 2025-11-08 19:46:43 +00:00
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.
This commit is contained in:
parent
3d381bf0d3
commit
ebe8ba717e
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue