only build one thing for now
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
lagertonne 2022-04-23 09:01:57 +02:00
parent b773f6b389
commit 581aa8a582

View file

@ -14,17 +14,17 @@ steps:
- cp ../tinc*.deb debian/release/
- find ..
- name: Build Buster
image: debian:buster
commands:
- apt update
- apt -y upgrade
- apt -y install --no-install-recommends build-essential equivs devscripts
- mk-build-deps --install --tool='apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends --yes' debian/control
- dpkg-buildpackage -b -uc
- mkdir debian/release
- cp ../tinc*.deb debian/release/
- find ..
#- name: Build Buster
# image: debian:buster
# commands:
# - apt update
# - apt -y upgrade
# - apt -y install --no-install-recommends build-essential equivs devscripts
# - mk-build-deps --install --tool='apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends --yes' debian/control
# - dpkg-buildpackage -b -uc
# - mkdir debian/release
# - cp ../tinc*.deb debian/release/
# - find ..
- name: gitea_release
image: plugins/gitea-release
@ -37,4 +37,3 @@ steps:
event: tag
depends_on:
- Build Bullseye
- Build Buster