This commit is contained in:
@@ -134,21 +134,18 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
/usr/bin/kicad-git-filters.py
|
/usr/bin/kicad-git-filters.py
|
||||||
export KIBOT_3D_MODELS="${{ env.kibot_cache }}/3d_models"
|
kibot -c kibot/yaml/kibot_pre_update_xml.yaml -d . --log kibot_run_xml.log
|
||||||
echo Exporting KIBOT_3D_MODELS=$KIBOT_3D_MODELS
|
|
||||||
OPTIONS="-c kibot/yaml/kibot_pre_update_xml.yaml -d . --log kibot_run_xml.log"
|
|
||||||
echo "Options: $OPTIONS"
|
|
||||||
kibot $OPTIONS
|
|
||||||
|
|
||||||
- name: Run KiBot (Preprocessing)
|
- name: Run KiBot (Preprocessing)
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
/usr/bin/kicad-git-filters.py
|
/usr/bin/kicad-git-filters.py
|
||||||
export KIBOT_3D_MODELS="${{ env.kibot_cache }}/3d_models"
|
kibot -c ${{ env.kibot_config }} \
|
||||||
echo Exporting KIBOT_3D_MODELS=$KIBOT_3D_MODELS
|
-d . \
|
||||||
OPTIONS="-c ${{ env.kibot_config }} -d . --log kibot_run_preprocess.log --skip-pre all ${{ env.version_arg }} preprocess_group"
|
--log kibot_run_preprocess.log \
|
||||||
echo "Options: $OPTIONS"
|
--skip-pre all \
|
||||||
kibot $OPTIONS
|
${{ env.version_arg }} \
|
||||||
|
preprocess_group
|
||||||
|
|
||||||
- name: Run KiBot (Outputs)
|
- name: Run KiBot (Outputs)
|
||||||
shell: bash
|
shell: bash
|
||||||
@@ -156,9 +153,7 @@ jobs:
|
|||||||
/usr/bin/kicad-git-filters.py
|
/usr/bin/kicad-git-filters.py
|
||||||
export KIBOT_3D_MODELS="${{ env.kibot_cache }}/3d_models"
|
export KIBOT_3D_MODELS="${{ env.kibot_cache }}/3d_models"
|
||||||
echo Exporting KIBOT_3D_MODELS=$KIBOT_3D_MODELS
|
echo Exporting KIBOT_3D_MODELS=$KIBOT_3D_MODELS
|
||||||
OPTIONS="-c ${{ env.kibot_config }} ${{ env.additional_args }}"
|
kibot -c ${{ env.kibot_config }} -d . ${{ env.additional_args }}
|
||||||
echo "Options: $OPTIONS"
|
|
||||||
kibot $OPTIONS
|
|
||||||
|
|
||||||
- name: Save Cached 3d Models
|
- name: Save Cached 3d Models
|
||||||
id: cache-models-save
|
id: cache-models-save
|
||||||
|
|||||||
Reference in New Issue
Block a user