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

Test multiple badges for multiple tests

parent 848e33ee
No related branches found
No related tags found
No related merge requests found
Pipeline #534300 failed
# This file tests integrity of libraries in this repository
# Created by Krisjanis Rijnieks on 2 May 2020
image: python:latest
before_script:
......@@ -9,7 +6,22 @@ before_script:
- jq --version
- git clone --depth=1 https://gitlab.com/kicad/libraries/kicad-library-utils
test:
stages:
- test
test_inventory:
stage: test
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
script:
- echo "Do we have footprints for all symbols?"
test_3dmodels:
stage: test
script:
- echo "Do we have 3D models for all footprints?"
......@@ -2,6 +2,10 @@
[![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