mirror of
https://abf.rosa.ru/djam/samba.git
synced 2025-02-23 17:12:48 +00:00
Add .gitignore and .gitea/workflows/ci.yml
Some checks failed
Run CI/CD... / main (push) Has been cancelled
Some checks failed
Run CI/CD... / main (push) Has been cancelled
This commit is contained in:
parent
dbd7ed5533
commit
81e13fd02f
2 changed files with 4 additions and 8 deletions
|
@ -13,4 +13,5 @@ jobs:
|
|||
with:
|
||||
CI_DEPLOY: ${{ secrets.CI_DEPLOY }}
|
||||
PUBLICATOR: ${{ secrets.PUBLICATOR }}
|
||||
REPO_DEPLOY: ${{ secrets.REPO_DEPLOY }}
|
||||
|
||||
|
|
11
.gitignore
vendored
11
.gitignore
vendored
|
@ -1,8 +1,3 @@
|
|||
# benchmark logs
|
||||
clang-gcc*.log
|
||||
# build artefacts
|
||||
BUILD
|
||||
BUILDROOT
|
||||
*.tar*
|
||||
*.asc
|
||||
TEST
|
||||
.*~
|
||||
*~
|
||||
.env
|
||||
|
|
Loading…
Add table
Reference in a new issue