Update .gitea/workflows/kibot.yml
This commit is contained in:
@@ -23,7 +23,7 @@ on:
|
|||||||
board_layers:
|
board_layers:
|
||||||
description: 'Number of PCB layers'
|
description: 'Number of PCB layers'
|
||||||
required: false
|
required: false
|
||||||
default: '2'
|
default: '4'
|
||||||
type: choice
|
type: choice
|
||||||
options:
|
options:
|
||||||
- '2'
|
- '2'
|
||||||
@@ -130,7 +130,8 @@ jobs:
|
|||||||
echo "Using config: ${GITHUB_WORKSPACE}/kibot.yaml"
|
echo "Using config: ${GITHUB_WORKSPACE}/kibot.yaml"
|
||||||
|
|
||||||
# Run KiBot with the configuration from repo root
|
# Run KiBot with the configuration from repo root
|
||||||
kibot -c "${GITHUB_WORKSPACE}/kibot.yaml" -d Fabrication -v
|
# Skip ERC/DRC preflight checks to avoid stopping on errors
|
||||||
|
kibot -c "${GITHUB_WORKSPACE}/kibot.yaml" -s run_erc,run_drc -d Fabrication -v
|
||||||
|
|
||||||
# Move outputs to root Generated folder
|
# Move outputs to root Generated folder
|
||||||
mkdir -p "${GITHUB_WORKSPACE}/Generated"
|
mkdir -p "${GITHUB_WORKSPACE}/Generated"
|
||||||
|
|||||||
Reference in New Issue
Block a user