Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Github Action for committing and pushing changes to submodules #256

Open
wants to merge 20 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
0ca0b29
Proto of cell README generator
wgryncewicz Nov 19, 2020
9fcefb0
cell_list generator and lib README patcher
wgryncewicz Nov 19, 2020
c74b4d8
Cell_list now appends links to cell readmes
wgryncewicz Nov 19, 2020
5eb305b
Docs: generate cells documentation in CI
kgugala Nov 20, 2020
9db2820
netlistsvg-generate removed - belongs to another branch
wgryncewicz Nov 25, 2020
b366982
Cell readme generator updated, includes GDS2 layouts
wgryncewicz Nov 25, 2020
10c5e8f
Cell list generator includes cell links in table
wgryncewicz Nov 25, 2020
ab19ce3
Merge branch 'cell_doc_tree' of github.com:antmicro/skywater-pdk into…
wgryncewicz Nov 25, 2020
1f3fcbb
Removed redundant cell_list Sphinx extension script
wgryncewicz Nov 25, 2020
ed83490
Rename cell readme generator script
wgryncewicz Nov 25, 2020
3f498d9
Rename cell list generator script
wgryncewicz Nov 25, 2020
98da26c
Added committing changes made to submodules
glatosinski Nov 23, 2020
550cab4
github-actions: cleaned up generate-rst, added using conda
glatosinski Nov 25, 2020
058f1d0
github-actions: added docutils to requirements.txt
glatosinski Nov 25, 2020
3ecbc35
github-actions: added activating conda environment
glatosinski Nov 25, 2020
43ea361
github-actions: fixed name for cell_readme_generate
glatosinski Nov 25, 2020
c594c49
github-actions: added ignoring failing commits in submodules
glatosinski Nov 25, 2020
6a50169
github-actions: updated script names in generate-rst
glatosinski Nov 25, 2020
4dbb833
github-actions: cleaned up generate-rst
glatosinski Nov 26, 2020
cc86239
github-actions: silenced git commands
glatosinski Nov 26, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
github-actions: fixed name for cell_readme_generate
Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
  • Loading branch information
glatosinski committed Nov 26, 2020
commit 43ea36105ff6be0e54be76e2dbcba205cde68da4
2 changes: 1 addition & 1 deletion .github/workflows/generate-rst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

git submodule foreach 'git checkout master'
scripts/python-skywater-pdk/skywater_pdk/cell_list.py libraries/*/latest/
scripts/python-skywater-pdk/skywater_pdk/cell-readme-generate.py libraries/*/latest/cells/*
scripts/python-skywater-pdk/skywater_pdk/cell_readme_generate.py libraries/*/latest/cells/*
git submodule foreach 'git add .'
export DAT=`date +"%Y-%m-%d %k:%M"`

Expand Down