From c76d460d450f32efa35bf2ab5c433a40525684f7 Mon Sep 17 00:00:00 2001 From: "J.P. Krauss" Date: Mon, 9 Mar 2026 15:44:09 -0700 Subject: [PATCH] Drop GHA for all KiBot calls --- .gitea/workflows/ci.yaml | 45 ++++++++++++++++++++-------------------- 1 file changed, 23 insertions(+), 22 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index edbf400..553ec33 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -125,27 +125,7 @@ jobs: shell: bash run: '[ -d cache/3d_models ] && ls -l cache/3d_models/* || echo "No Cached 3d Models"' - - name: Run KiBot (Update XML) - uses: inti-cmnb/kibot@${{ env.kibot_tag }} - with: - config: kibot/yaml/kibot_pre_update_xml.yaml - - - name: Run KiBot (Preprocessing) - uses: inti-cmnb/kibot@${{ env.kibot_tag }} - with: - additional_args: --skip-pre all ${{ env.version_arg }} preprocess_group - config: ${{ env.kibot_config }} - - # - name: Run KiBot (Outputs) - # uses: inti-cmnb/kibot@${{ env.kibot_tag }} - # env: - # KIBOT_3D_MODELS: cache/3d_models - # with: - # additional_args: ${{ env.additional_args }} - # config: ${{ env.kibot_config }} - # cache3D: YES - - - name: Run KiBot (Outputs) + - name: Check KiBot Version Information shell: bash run: | kibot --version | awk '{ print $1 ": " $2 }' @@ -153,7 +133,28 @@ jobs: echo Debian: `cat /etc/debian_version` pcbnew_do --version | awk 'BEGIN{ done=0 } { if (done == 0) { print "KiAuto: " $2; done=1 } }' echo "iBoM:" `INTERACTIVE_HTML_BOM_NO_DISPLAY=True generate_interactive_bom.py --version 2> /dev/null | grep "^v" | tr -d 'v'` - echo + + - name: Run KiBot (Update XML) + shell: bash + run: + /usr/bin/kicad-git-filters.py + export KIBOT_3D_MODELS="${{ env.kibot_cache }}/3d_models" + echo Exporting KIBOT_3D_MODELS=$KIBOT_3D_MODELS + echo "Options: -c kibot/yaml/kibot_pre_update_xml.yaml -d ." + kibot -c kibot/yaml/kibot_pre_update_xml.yaml -d . + + - name: Run KiBot (Preprocessing) + shell: bash + run: + /usr/bin/kicad-git-filters.py + export KIBOT_3D_MODELS="${{ env.kibot_cache }}/3d_models" + echo Exporting KIBOT_3D_MODELS=$KIBOT_3D_MODELS + echo "Options: -c ${{ env.kibot_config }} -d . --skip-pre all ${{ env.version_arg }} preprocess_group" + kibot -c ${{ env.kibot_config }} -d . --skip-pre all ${{ env.version_arg }} preprocess_group + + - name: Run KiBot (Outputs) + shell: bash + run: | /usr/bin/kicad-git-filters.py export KIBOT_3D_MODELS="${{ env.kibot_cache }}/3d_models" echo Exporting KIBOT_3D_MODELS=$KIBOT_3D_MODELS