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

Roll back CI config to normal for later investigation

parent eac19e75
No related branches found
No related tags found
No related merge requests found
Pipeline #534785 passed
......@@ -11,30 +11,16 @@ stages:
test_inventory:
stage: stage_test_inventory
needs: []
script: |
echo "Do we have all parts in inventory covered?"
./tests/inventory.sh ./fab.kicad_sym ./tests/whitelist.txt && echo '{"status": "passed"}' > test_inventory_status.json || echo '{"status": "failed"}' > test_inventory_status.json
artifacts:
paths:
- test_inventory_status.json
./tests/inventory.sh ./fab.kicad_sym ./tests/whitelist.txt
test_footprints:
stage: stage_test_footprints
needs: []
script: |
echo "Do we have footprints for all symbols?"
echo '{"status": "failed"}' > test_footprints_status.json && exit 1
artifacts:
paths:
- test_footprints_status.json
echo "TODO: Do we have footprints for all symbols?"
test_3dmodels:
stage: stage_test_3dmodels
needs: []
script: |
echo "Do we have 3D models for all footprints?"
echo '{"status": "failed"}' > test_3dmodels_status.json && exit 1
artifacts:
paths:
- test_3dmodels_status.json
echo "TODO: Do we have 3D models for all footprints?"
......@@ -2,10 +2,6 @@
[![all tests](https://gitlab.fabcloud.org/pub/libraries/electronics/kicad/badges/master/pipeline.svg?key_text=all+tests&key_width=60)](https://gitlab.fabcloud.org/pub/libraries/electronics/kicad/-/commits/master)
![inventory](https://gitlab.fabcloud.org/pub/libraries/electronics/kicad/badges/master/pipeline.svg?job=test_inventory&key_text=inventory&key_width=60)
![footprints](https://gitlab.fabcloud.org/pub/libraries/electronics/kicad/badges/master/pipeline.svg?job=test_footprints&key_text=footprints&key_width=60)
![3dmodels](https://gitlab.fabcloud.org/pub/libraries/electronics/kicad/badges/master/pipeline.svg?job=test_3dmodels&key_text=3d+models&key_width=60)
> **What about KiCad 8?** Yes, it is KiCad 8 compatible.
> **It does not work on KiCad 7!** Yes, sorry, it is easier to maintain the library with latest KiCad. Please install KiCad 8.
......
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