-
Notifications
You must be signed in to change notification settings - Fork 2
45 lines (40 loc) · 1.17 KB
/
Copy pathne555-astable-adapter.yml
File metadata and controls
45 lines (40 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
name: ne555-astable-adapter
on:
push:
branches:
- master
paths:
- 'modules/ne555-astable-adapter/**'
pull_request:
branches:
- master
paths:
- 'modules/ne555-astable-adapter/**'
jobs:
kibot:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- uses: INTI-CMNB/KiBot@v1
with:
config: modules/ne555-astable-adapter/config.kibot.yaml
dir: modules/ne555-astable-adapter
schema: 'modules/ne555-astable-adapter/ne555-astable-adapter.sch'
board: 'modules/ne555-astable-adapter/ne555-astable-adapter.kicad_pcb'
- name: upload docs
uses: actions/upload-artifact@v2
with:
name: ne555-astable-adapter-docs
path: modules/ne555-astable-adapter/output/docs/
- name: upload renders
uses: actions/upload-artifact@v2
with:
name: ne555-astable-adapter-renders
path: modules/ne555-astable-adapter/output/renders/
- name: upload gerbers
uses: actions/upload-artifact@v2
with:
name: ne555-astable-adapter-gerbers
path: modules/ne555-astable-adapter/output/gerbers/*.zip