This commit is contained in:
parent
1e9291af64
commit
adcfe27ee1
1 changed files with 11 additions and 0 deletions
|
@ -15,6 +15,7 @@ pipeline:
|
||||||
- echo /opt/instantclient_* > /etc/ld.so.conf.d/oracle-instantclient.conf
|
- echo /opt/instantclient_* > /etc/ld.so.conf.d/oracle-instantclient.conf
|
||||||
- ldconfig
|
- ldconfig
|
||||||
- ./tests.sh --quiet
|
- ./tests.sh --quiet
|
||||||
|
|
||||||
build:
|
build:
|
||||||
image: debian
|
image: debian
|
||||||
when:
|
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
|
- 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
|
- ./build.sh --quiet
|
||||||
- rm -fr deb_dist/mylib-*
|
- rm -fr deb_dist/mylib-*
|
||||||
|
|
||||||
|
publish-dryrun:
|
||||||
|
image: debian
|
||||||
|
when:
|
||||||
|
event: tag
|
||||||
|
branch: master
|
||||||
|
commands:
|
||||||
|
- ls dist/*
|
||||||
|
- ls deb_dist/*
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
image: plugins/gitea-release
|
image: plugins/gitea-release
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Reference in a new issue