From ebe8ba717ef96556a14463790938e350ee349f3e Mon Sep 17 00:00:00 2001 From: AnyOldName3 Date: Sun, 21 Nov 2021 02:30:57 +0000 Subject: [PATCH] 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. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5ec31d349d..47511923ad 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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