ci: add pipeline #8

Merged
Hazel merged 11 commits from ci/add-pipeline into experimental 2024-04-16 17:56:47 +00:00
Showing only changes of commit 4367c2274d - Show all commits

View File

@ -16,6 +16,7 @@ steps:
build-dev:
image: python
commands:
- export SETUPTOOLS_SCM_PRETEND_VERSION="$(git describe --abbrev=0 --tags).dev$(git rev-list "$(git describe --abbrev=0 --tags)..HEAD" --count)"
- python -m pip install -r requirements-dev.txt
- python3 -m build
when: