Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
KiCad
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
libraries
electronics
KiCad
Commits
da67a9d1
Commit
da67a9d1
authored
3 weeks ago
by
Krisjanis Rijnieks
Browse files
Options
Downloads
Patches
Plain Diff
Test if inventory test fails other tests
parent
06c27448
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#534312
passed with warnings
3 weeks ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+3
-0
3 additions, 0 deletions
.gitlab-ci.yml
fab.kicad_sym
+1
-1
1 addition, 1 deletion
fab.kicad_sym
with
4 additions
and
1 deletion
.gitlab-ci.yml
+
3
−
0
View file @
da67a9d1
...
...
@@ -11,6 +11,7 @@ stages:
test_inventory
:
stage
:
test
allow_failure
:
true
script
:
-
echo "Do we have all parts in inventory covered?"
-
./tests/inventory.sh ./fab.kicad_sym ./tests/whitelist.txt
...
...
@@ -18,10 +19,12 @@ test_inventory:
test_footprints
:
stage
:
test
allow_failure
:
true
script
:
-
echo "Do we have footprints for all symbols?"
test_3dmodels
:
stage
:
test
allow_failure
:
true
script
:
-
echo "Do we have 3D models for all footprints?"
This diff is collapsed.
Click to expand it.
fab.kicad_sym
+
1
−
1
View file @
da67a9d1
...
...
@@ -1523,7 +1523,7 @@
(hide yes)
)
)
(property "ki_keywords" "cap capacitor unpolarized 0603 CL10B104KB8NNNC CL10A105KB8NNNC
CL10A106MA8NRNC
"
(property "ki_keywords" "cap capacitor unpolarized 0603 CL10B104KB8NNNC CL10A105KB8NNNC"
(at 0 0 0)
(effects
(font
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment