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

src/conio, not src/ciolib

parent d0539a99
No related branches found
No related tags found
No related merge requests found
...@@ -102,12 +102,12 @@ spec: ...@@ -102,12 +102,12 @@ spec:
extends: extends:
- .$[[ inputs.os ]]-build - .$[[ inputs.os ]]-build
script: script:
- cd src/ciolib - cd src/conio
- gmake ${BUILD_FLAGS} - gmake ${BUILD_FLAGS}
artifacts: artifacts:
name: "ciolib-${OSP}" name: "ciolib-${OSP}"
paths: paths:
- "src/ciolib/*.*.*.lib.release*" - "src/conio/*.*.*.lib.release*"
needs: needs:
- job: "xpdev-$[[ inputs.os ]]" - job: "xpdev-$[[ inputs.os ]]"
- job: "hash-$[[ inputs.os ]]" - job: "hash-$[[ inputs.os ]]"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment