Skip to content
Snippets Groups Projects
Commit ce974605 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

UIFC uses ciolib.

parent 31870b7b
Branches
Tags
No related merge requests found
...@@ -152,6 +152,7 @@ spec: ...@@ -152,6 +152,7 @@ spec:
script: script:
- cd src/uifc - cd src/uifc
- touch depend - touch depend
- touch ciolib-mt
- gmake $[[ inputs.build_flags ]] $BUILD_ARGS - gmake $[[ inputs.build_flags ]] $BUILD_ARGS
artifacts: artifacts:
expire_in: 30 mins expire_in: 30 mins
...@@ -159,6 +160,8 @@ spec: ...@@ -159,6 +160,8 @@ spec:
paths: paths:
- "src/uifc/*.*.*.lib.release*" - "src/uifc/*.*.*.lib.release*"
- "src/uifc/*.*.*.obj.release*/*.o*" - "src/uifc/*.*.*.obj.release*/*.o*"
needs:
- job: "$[[ inputs.os ]]-$[[ inputs.platform ]] [ciolib]"
"$[[ inputs.os ]]-$[[ inputs.platform ]] [gitinfo]": "$[[ inputs.os ]]-$[[ inputs.platform ]] [gitinfo]":
extends: extends:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment