Skip to content

Commit

Permalink
.gitlab*: add basic leep packaging build/tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lerwys committed Nov 18, 2024
1 parent eeb536d commit 79a7890
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ include:
- local: .gitlab/ci/localbus.gitlab-ci.yml
- local: .gitlab/ci/ctrace.gitlab-ci.yml
- local: .gitlab/ci/leep.gitlab-ci.yml
- local: .gitlab/ci/leep_package.gitlab-ci.yml

leep_test:
script:
Expand Down
11 changes: 11 additions & 0 deletions .gitlab/ci/leep_package.gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
leep_package:
stage: test
before_script:
- python3 -m pip \
build \
hatch \
hatchling
- cd projects/common/leep
script:
- python -m build -v
- hatch test -v

0 comments on commit 79a7890

Please sign in to comment.