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

scfg, uedit, and umonitor need to save object files too or rebuild

parent 08f5584b
No related branches found
No related tags found
No related merge requests found
Pipeline #5583 passed
......@@ -175,6 +175,7 @@ spec:
name: "scfg-${OSP}"
paths:
- "src/sbbs3/scfg/*.exe.release/*"
- "src/sbbs3/scfg/*.obj.release*/*"
needs:
- job: "ciolib-$[[ inputs.os ]]"
- job: "cryptlib-$[[ inputs.os ]]"
......@@ -195,6 +196,7 @@ spec:
name: "uedit-${OSP}"
paths:
- "src/sbbs3/uedit/*.exe.release/*"
- "src/sbbs3/uedit/*.obj.release*/*"
needs:
- job: "ciolib-$[[ inputs.os ]]"
- job: "encode-$[[ inputs.os ]]"
......@@ -223,6 +225,7 @@ spec:
name: "umonitor-${OSP}"
paths:
- "src/sbbs3/umonitor/*.exe.release/*"
- "src/sbbs3/umonitor/*.obj.release*/*"
needs:
- job: "ciolib-$[[ inputs.os ]]"
- job: "encode-$[[ inputs.os ]]"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment