manga-dlp/.woodpecker/test_build.yml
Ivan Schaller e29a87a4dd
Some checks failed
ci/woodpecker/push/tests Pipeline was successful
ci/woodpecker/pr/tests Pipeline was successful
ci/woodpecker/pr/test_release Pipeline failed
ci/woodpecker/pr/test_build Pipeline was successful
ci/woodpecker/pr/test_docker Pipeline failed
remove tox tests as they dont work right now (ci issues)
2022-06-22 21:30:07 +02:00

47 lines
901 B
YAML

##################
# test build app #
##################
# branch: master
# event: pull_request
depends_on:
- tests
clone:
git:
when:
branch: master
event: pull_request
image: woodpeckerci/plugin-git
pipeline:
# build wheel and dist
test-build-pypi:
when:
branch: master
event: pull_request
image: cr.44net.ch/drone-plugins/test
pull: true
commands:
- hatch build
# # test code with different python versions - amd64
# test-tox-amd64:
# when:
# branch: master
# event: pull_request
# image: cr.44net.ch/drone-plugins/test:1-linux-amd64
# pull: true
# commands:
# - tox
#
# # test code with different python versions - arm64
# test-tox-arm64:
# when:
# branch: master
# event: pull_request
# image: cr.44net.ch/drone-plugins/test:1-linux-arm64
# pull: true
# commands:
# - tox