docs(electrical/temperature-sensor): add interactive BOM
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
5e2fe898f1
commit
871cfc63f0
23
.drone.yml
23
.drone.yml
|
@ -5,9 +5,9 @@ type: docker
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: deploy BOM
|
- name: deploy main BOM
|
||||||
image: appleboy/drone-scp
|
image: appleboy/drone-scp
|
||||||
settings:
|
settings: &scp_settings
|
||||||
host: dragon.luj0ga.de
|
host: dragon.luj0ga.de
|
||||||
port: 4222
|
port: 4222
|
||||||
username: www-data
|
username: www-data
|
||||||
|
@ -19,8 +19,17 @@ steps:
|
||||||
source: electrical/bom/ibom.html
|
source: electrical/bom/ibom.html
|
||||||
strip_components: 2
|
strip_components: 2
|
||||||
overwrite: yes
|
overwrite: yes
|
||||||
when:
|
|
||||||
event:
|
- name: deploy temperature sensor BOM
|
||||||
- push
|
image: appleboy/drone-scp
|
||||||
branch:
|
settings:
|
||||||
- main
|
<<: *scp_settings
|
||||||
|
target: /var/www/bom.ljg.sh/${DRONE_REPO_NAME}/temperature-sensor
|
||||||
|
source: electrical/temperature-sensor/bom/ibom.html
|
||||||
|
strip_components: 3
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
event:
|
||||||
|
- push
|
||||||
|
branch:
|
||||||
|
- main
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,31 @@
|
||||||
|
[html_defaults]
|
||||||
|
dark_mode=1
|
||||||
|
show_pads=1
|
||||||
|
show_fabrication=0
|
||||||
|
show_silkscreen=1
|
||||||
|
redraw_on_drag=1
|
||||||
|
highlight_pin1=all
|
||||||
|
board_rotation=0
|
||||||
|
offset_back_rotation=0
|
||||||
|
checkboxes=Sourced,Placed
|
||||||
|
bom_view=left-right
|
||||||
|
layer_view=F
|
||||||
|
compression=1
|
||||||
|
open_browser=1
|
||||||
|
[general]
|
||||||
|
bom_dest_dir=bom
|
||||||
|
bom_name_format=ibom
|
||||||
|
component_sort_order=C,R,L,D,U,Y,X,F,SW,A,~,HS,CNN,J,P,NT,MH
|
||||||
|
component_blacklist=
|
||||||
|
blacklist_virtual=1
|
||||||
|
blacklist_empty_val=0
|
||||||
|
include_tracks=1
|
||||||
|
include_nets=0
|
||||||
|
[fields]
|
||||||
|
show_fields=Value,Footprint
|
||||||
|
group_fields=Value,Footprint
|
||||||
|
normalize_field_case=0
|
||||||
|
board_variant_field=
|
||||||
|
board_variant_whitelist=
|
||||||
|
board_variant_blacklist=
|
||||||
|
dnp_field=
|
Loading…
Reference in New Issue