Feature_matrix: add to CI

Signed-off-by: George Melikov <mail@gmelikov.ru>
This commit is contained in:
George Melikov
2020-10-07 22:23:44 +03:00
parent dce388a62e
commit 58258ef4e0
3 changed files with 8 additions and 0 deletions

View File

@@ -17,6 +17,8 @@ jobs:
pip install -r docs/requirements.txt
- name: Gen_man_pages
run: make man
- name: Gen_feature_matrix
run: make feature_matrix
- name: Gen_sphinx
uses: ammaraskar/sphinx-action@master
with:

View File

@@ -14,6 +14,8 @@ jobs:
pip install -r docs/requirements.txt
- name: Gen_man_pages
run: make man
- name: Gen_feature_matrix
run: make feature_matrix
- name: Gen_sphinx
uses: ammaraskar/sphinx-action@master
with:

View File

@@ -33,3 +33,7 @@ man:
git -C $(ZFS_GIT_DIR) pull ; \
fi
../scripts/man_pages.py ./_build/zfs/man ./
.PHONY: feature_matrix
feature_matrix:
../scripts/compatibility_matrix.py ./_build/