Initial release
This commit is contained in:
parent
1760b496c6
commit
7bcb700dfa
12 changed files with 865 additions and 26 deletions
17
.gitlab-ci.yml
Normal file
17
.gitlab-ci.yml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
stages:
|
||||
- test
|
||||
- release
|
||||
|
||||
variables:
|
||||
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
|
||||
|
||||
cache:
|
||||
key: "$CI_COMMIT_REF_SLUG"
|
||||
paths:
|
||||
- .venv/
|
||||
- .cache/pip
|
||||
- .cache/poetry
|
||||
|
||||
include:
|
||||
- local: '/gitlab-ci/test.yml'
|
||||
- local: '/gitlab-ci/release.yml'
|
||||
Loading…
Add table
Add a link
Reference in a new issue