From a44a9f43a6cf23d03c0fd46db668f705dad78ae2 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Wed, 17 May 2023 11:16:09 -0300 Subject: [PATCH] [Tests][Fixed] Missing config file --- tests/yaml_samples/diff_git_5.kibot.yaml | 26 ++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 tests/yaml_samples/diff_git_5.kibot.yaml diff --git a/tests/yaml_samples/diff_git_5.kibot.yaml b/tests/yaml_samples/diff_git_5.kibot.yaml new file mode 100644 index 00000000..68e0d490 --- /dev/null +++ b/tests/yaml_samples/diff_git_5.kibot.yaml @@ -0,0 +1,26 @@ +kibot: + version: 1 + +outputs: + - name: 'diff_pcb' + comment: "PCB difference with git HEAD" + type: diff + layers: ['F.Cu', 'In1.Cu'] + options: + old: KIBOT_TAG-1 + old_type: git + new: HEAD + new_type: git + cache_dir: .cache + force_checkout: true + add_link_id: true + + - name: result + comment: Test zip link + type: compress + options: + format: TAR + compression: lzma + follow_links: false + files: + - source: '*.pdf'