mirror of
https://abf.rosa.ru/djam/python-breathe.git
synced 2025-02-24 00:02:58 +00:00
Add .gitignore and .gitea/workflows/ci.yml
Some checks failed
Run CI/CD... / main (push) Failing after 1m16s
Some checks failed
Run CI/CD... / main (push) Failing after 1m16s
This commit is contained in:
parent
9bb4d273f6
commit
9b6e430ab6
2 changed files with 2 additions and 0 deletions
|
@ -13,4 +13,5 @@ jobs:
|
||||||
with:
|
with:
|
||||||
CI_DEPLOY: ${{ secrets.CI_DEPLOY }}
|
CI_DEPLOY: ${{ secrets.CI_DEPLOY }}
|
||||||
PUBLICATOR: ${{ secrets.PUBLICATOR }}
|
PUBLICATOR: ${{ secrets.PUBLICATOR }}
|
||||||
|
REPO_DEPLOY: ${{ secrets.REPO_DEPLOY }}
|
||||||
|
|
||||||
|
|
|
@ -15,6 +15,7 @@ BuildRequires: python3-sphinx
|
||||||
BuildRequires: python3-docutils
|
BuildRequires: python3-docutils
|
||||||
BuildRequires: python3-pytest
|
BuildRequires: python3-pytest
|
||||||
BuildRequires: python3-nose
|
BuildRequires: python3-nose
|
||||||
|
BuildRequires: python3egg(sphinx) >= 3.0
|
||||||
# NOTE: git is only needed because part of the build process checks if it's in a git repo
|
# NOTE: git is only needed because part of the build process checks if it's in a git repo
|
||||||
BuildRequires: git-core
|
BuildRequires: git-core
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
Loading…
Add table
Reference in a new issue