only build one thing for now
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b773f6b389
commit
581aa8a582
1 changed files with 11 additions and 12 deletions
23
.drone.yml
23
.drone.yml
|
@ -14,17 +14,17 @@ steps:
|
||||||
- cp ../tinc*.deb debian/release/
|
- cp ../tinc*.deb debian/release/
|
||||||
- find ..
|
- find ..
|
||||||
|
|
||||||
- name: Build Buster
|
#- name: Build Buster
|
||||||
image: debian:buster
|
# image: debian:buster
|
||||||
commands:
|
# commands:
|
||||||
- apt update
|
# - apt update
|
||||||
- apt -y upgrade
|
# - apt -y upgrade
|
||||||
- apt -y install --no-install-recommends build-essential equivs devscripts
|
# - 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
|
# - mk-build-deps --install --tool='apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends --yes' debian/control
|
||||||
- dpkg-buildpackage -b -uc
|
# - dpkg-buildpackage -b -uc
|
||||||
- mkdir debian/release
|
# - mkdir debian/release
|
||||||
- cp ../tinc*.deb debian/release/
|
# - cp ../tinc*.deb debian/release/
|
||||||
- find ..
|
# - find ..
|
||||||
|
|
||||||
- name: gitea_release
|
- name: gitea_release
|
||||||
image: plugins/gitea-release
|
image: plugins/gitea-release
|
||||||
|
@ -37,4 +37,3 @@ steps:
|
||||||
event: tag
|
event: tag
|
||||||
depends_on:
|
depends_on:
|
||||||
- Build Bullseye
|
- Build Bullseye
|
||||||
- Build Buster
|
|
||||||
|
|
Loading…
Reference in a new issue