Compare commits

..

2 commits

Author SHA1 Message Date
Benjamin Renard
adcfe27ee1 CI: add publish-dryrun step
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2022-04-28 00:36:11 +02:00
Benjamin Renard
1e9291af64 README: add CI status badge 2022-04-28 00:06:53 +02:00
2 changed files with 13 additions and 0 deletions

View file

@ -15,6 +15,7 @@ pipeline:
- echo /opt/instantclient_* > /etc/ld.so.conf.d/oracle-instantclient.conf
- ldconfig
- ./tests.sh --quiet
build:
image: debian
when:
@ -26,6 +27,16 @@ pipeline:
- DEBIAN_FRONTEND=noninteractive apt-get -qq -y install --no-install-recommends git sed python3-all python3-dev python3-pip python3-venv dpkg-dev build-essential debhelper dh-python bash-completion lsb-release < /dev/null > /dev/null
- ./build.sh --quiet
- rm -fr deb_dist/mylib-*
publish-dryrun:
image: debian
when:
event: tag
branch: master
commands:
- ls dist/*
- ls deb_dist/*
publish:
image: plugins/gitea-release
when:

View file

@ -2,6 +2,8 @@
Just a set of helpers small libs to make common tasks easier in my script development.
[![status-badge](https://ci.zionetrix.net/api/badges/bn8/python-mylib/status.svg)](https://ci.zionetrix.net/bn8/python-mylib)
## Requirements
```