diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-18 08:27:36 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-18 08:27:36 +0800 |
| commit | 5d0918ff5e19ebc67e4698bc308f6562779b7110 (patch) | |
| tree | a9d7f5fb54afd16056b0a4c24d118db2d95f8d78 /mingling_ci/src/job | |
| parent | 00cf68abdd2be1cfca8b5a268d087ea2ccedf1dd (diff) | |
feat: add new Mingling CI system crate (WIP)
Add `mingling_ci` as a standalone CI system built on Mingling 0.4.0
to validate the next version, with report collection and manifest
listing commands.
Diffstat (limited to 'mingling_ci/src/job')
| -rw-r--r-- | mingling_ci/src/job/cmd_build.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mingling_ci/src/job/cmd_build.rs b/mingling_ci/src/job/cmd_build.rs new file mode 100644 index 0000000..7f43102 --- /dev/null +++ b/mingling_ci/src/job/cmd_build.rs @@ -0,0 +1,4 @@ +use mingling::macros::command; + +#[command(node = "build")] +pub fn build() {} |
