Feature_matrix: add to CI
Signed-off-by: George Melikov <mail@gmelikov.ru>
This commit is contained in:
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -17,6 +17,8 @@ jobs:
|
|||||||
pip install -r docs/requirements.txt
|
pip install -r docs/requirements.txt
|
||||||
- name: Gen_man_pages
|
- name: Gen_man_pages
|
||||||
run: make man
|
run: make man
|
||||||
|
- name: Gen_feature_matrix
|
||||||
|
run: make feature_matrix
|
||||||
- name: Gen_sphinx
|
- name: Gen_sphinx
|
||||||
uses: ammaraskar/sphinx-action@master
|
uses: ammaraskar/sphinx-action@master
|
||||||
with:
|
with:
|
||||||
|
|||||||
2
.github/workflows/pull_request.yml
vendored
2
.github/workflows/pull_request.yml
vendored
@@ -14,6 +14,8 @@ jobs:
|
|||||||
pip install -r docs/requirements.txt
|
pip install -r docs/requirements.txt
|
||||||
- name: Gen_man_pages
|
- name: Gen_man_pages
|
||||||
run: make man
|
run: make man
|
||||||
|
- name: Gen_feature_matrix
|
||||||
|
run: make feature_matrix
|
||||||
- name: Gen_sphinx
|
- name: Gen_sphinx
|
||||||
uses: ammaraskar/sphinx-action@master
|
uses: ammaraskar/sphinx-action@master
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -33,3 +33,7 @@ man:
|
|||||||
git -C $(ZFS_GIT_DIR) pull ; \
|
git -C $(ZFS_GIT_DIR) pull ; \
|
||||||
fi
|
fi
|
||||||
../scripts/man_pages.py ./_build/zfs/man ./
|
../scripts/man_pages.py ./_build/zfs/man ./
|
||||||
|
|
||||||
|
.PHONY: feature_matrix
|
||||||
|
feature_matrix:
|
||||||
|
../scripts/compatibility_matrix.py ./_build/
|
||||||
|
|||||||
Reference in New Issue
Block a user