From 9c05ebd16dc0bc3ca43ba9b9c15cae09c471fe1d Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks <krisjanis.rijnieks@gmail.com> Date: Mon, 24 Feb 2025 20:34:24 +0200 Subject: [PATCH] Roll back CI config to normal for later investigation --- .gitlab-ci.yml | 20 +++----------------- README.md | 4 ---- 2 files changed, 3 insertions(+), 21 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 462b450..9980129 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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?" diff --git a/README.md b/README.md index d2a4f84..711aa43 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,6 @@ [](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. -- GitLab