Compare commits

..

4 commits

Author SHA1 Message Date
462068f228
Update woodpecker
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2022-01-18 18:34:48 +01:00
07b699fcff
Update woodpecker
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2022-01-18 18:32:06 +01:00
8ac781a336
Update woodpecker
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2022-01-18 18:11:31 +01:00
660e8e418a
Add woodpecker file
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2022-01-18 18:08:24 +01:00

View file

@ -1,5 +1,3 @@
# branches: main
pipeline:
unit_tests:
image: mquade/poetry:3.9-1.1.11
@ -23,26 +21,3 @@ pipeline:
- poetry install
- pip install mypy
- mypy .
build_dist:
image: mquade/poetry:3.9-1.1.11
commands:
- poetry config virtualenvs.create false
- poetry install
- poetry build
when:
branch: main
notify_matrix:
image: plugins/matrix
settings:
homeserver: https://matrix.org
roomid:
from_secret: matrix_roomid
userid:
from_secret: matrix_userid
accesstoken:
from_secret: matrix_token
when:
status: [ success, failure ]