Drop GHA for all KiBot calls
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user