diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7f5b2b1f109fd02c645856deffb87be7fb31f689..2c70fc298bf1342909abce72622894dc77cb2f43 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,3 @@ -# 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?" diff --git a/README.md b/README.md index 711aa4315171c10280df3a43b85f92c983caa811..d2a4f84903a28a830f0c20ed1fa1bbc1eef3afdb 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ [](https://gitlab.fabcloud.org/pub/libraries/electronics/kicad/-/commits/master) + + + + > **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.