Skip to content
Snippets Groups Projects
Commit c6387e2a authored by Krisjanis Rijnieks's avatar Krisjanis Rijnieks :lion_face:
Browse files

Try jobs as different stages

parent da67a9d1
No related branches found
No related tags found
No related merge requests found
Pipeline #534313 failed
......@@ -2,29 +2,28 @@ image: python:latest
before_script:
- apt update && apt install -y jq
- python -V
- jq --version
- git clone --depth=1 https://gitlab.com/kicad/libraries/kicad-library-utils
stages:
- test
- stage_test_inventory
- stage_test_footprints
- stage_test_3dmodels
test_inventory:
stage: test
allow_failure: true
stage: stage_test_inventory
script:
- echo "Do we have all parts in inventory covered?"
- ./tests/inventory.sh ./fab.kicad_sym ./tests/whitelist.txt
- ./tests/symbols.sh
test_footprints:
stage: test
stage: stage_test_footprints
allow_failure: true
script:
- echo "Do we have footprints for all symbols?"
test_3dmodels:
stage: test
stage: stage_test_3dmodels
allow_failure: true
script:
- echo "Do we have 3D models for all footprints?"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment