diff --git a/.gitlab-ci-unix.yml b/.gitlab-ci-unix.yml index 4855e12905ecefacef4e98c5102c1719b63ff61e..de9875aefb8da34475f3f9f77506cf9fa540069f 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: