From 50f3281d7f5e3da97dc5f6230cb9e39c4cfc6ae5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Deuc=D0=B5?= <shurd@sasktel.net>
Date: Sun, 17 Mar 2024 15:50:05 -0400
Subject: [PATCH] Disable jsdoor separate target and build in sbbs3 target

JSDoor only compiles one file that isn't shared with the sbbs3
target, so there's no need to build them all twice.
---
 .gitlab-ci-unix.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci-unix.yml b/.gitlab-ci-unix.yml
index 4855e12905..35b973a322 100644
--- a/.gitlab-ci-unix.yml
+++ b/.gitlab-ci-unix.yml
@@ -333,6 +333,7 @@ spec:
     - touch umonitor/xpdev-mt
     - touch umonitor/smblib
     - gmake $[[ inputs.build_flags ]] $BUILD_ARGS GIT=NO all
+    - gmake $[[ inputs.build_flags ]] $BUILD_ARGS jsdoor
   artifacts:
     name: "sbbs-$[[ inputs.os ]]-$[[ inputs.platform ]]"
     paths:
@@ -408,7 +409,7 @@ spec:
     - job: "$[[ inputs.os ]]-$[[ inputs.platform ]] [ciolib]"
     - job: "$[[ inputs.os ]]-$[[ inputs.platform ]] [xpdev]"
 
-"$[[ inputs.os ]]-$[[ inputs.platform ]] [jsdoor]":
+".$[[ inputs.os ]]-$[[ inputs.platform ]] [jsdoor]":
   extends:
     - .$[[ inputs.os ]]-build
   script:
-- 
GitLab