From e72f8fdf5986e18913f5b3427fb793c09ff1f018 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deuc=D0=B5?= <shurd@sasktel.net> Date: Wed, 7 Feb 2024 20:24:33 -0500 Subject: [PATCH] UIFC uses ciolib. --- .gitlab-ci-unix.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci-unix.yml b/.gitlab-ci-unix.yml index 4855e12905..de9875aefb 100644 --- a/.gitlab-ci-unix.yml +++ b/.gitlab-ci-unix.yml @@ -152,6 +152,7 @@ spec: script: - cd src/uifc - touch depend + - touch ciolib-mt - gmake $[[ inputs.build_flags ]] $BUILD_ARGS artifacts: expire_in: 30 mins @@ -159,6 +160,8 @@ spec: paths: - "src/uifc/*.*.*.lib.release*" - "src/uifc/*.*.*.obj.release*/*.o*" + needs: + - job: "$[[ inputs.os ]]-$[[ inputs.platform ]] [ciolib]" "$[[ inputs.os ]]-$[[ inputs.platform ]] [gitinfo]": extends: -- GitLab