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

No point in splitting out utils yet, it depends on libsbbs.

parent 44c4d1e2
No related branches found
No related tags found
No related merge requests found
Pipeline #5582 passed
......@@ -165,25 +165,6 @@ spec:
paths:
- "src/sbbs3/git_*.h"
"utils-$[[ inputs.os ]]":
extends:
- .$[[ inputs.os ]]-build
script:
- cd src/sbbs3
- gmake ${BUILD_FLAGS} utils
artifacts:
name: "utils-${OSP}"
paths:
- "src/sbbs3/*.exe.release/*"
needs:
- job: "ciolib-$[[ inputs.os ]]"
- job: "encode-$[[ inputs.os ]]"
- job: "hash-$[[ inputs.os ]]"
- job: "smblib-$[[ inputs.os ]]"
- job: "uifc-$[[ inputs.os ]]"
- job: "xpdev-$[[ inputs.os ]]"
- job: "gitinfo-$[[ inputs.os ]]"
"scfg-$[[ inputs.os ]]":
extends:
- .$[[ inputs.os ]]-build
......@@ -274,7 +255,6 @@ spec:
- job: "uedit-$[[ inputs.os ]]"
- job: "uifc-$[[ inputs.os ]]"
- job: "umonitor-$[[ inputs.os ]]"
- job: "utils-$[[ inputs.os ]]"
- job: "xpdev-$[[ inputs.os ]]"
rules:
- if: $NO_JAVASCRIPT == "yes"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment