From 58258ef4e021be4be583b83ff8d462de88d45f7c Mon Sep 17 00:00:00 2001 From: George Melikov Date: Wed, 7 Oct 2020 22:23:44 +0300 Subject: [PATCH] Feature_matrix: add to CI Signed-off-by: George Melikov --- .github/workflows/publish.yml | 2 ++ .github/workflows/pull_request.yml | 2 ++ docs/Makefile | 4 ++++ 3 files changed, 8 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9dcbc09..3980eb0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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: diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index ff87311..1f50ae2 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -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: diff --git a/docs/Makefile b/docs/Makefile index 078fbf4..74b857d 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -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/