testing build-essential
continuous-integration/drone the build failed Details

This commit is contained in:
root 2021-09-20 17:20:54 +02:00
parent 3f1a71062a
commit b8a918b250
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ pipeline:
image: debian image: debian
pull: true pull: true
commands: commands:
- apt update && apt install -y build-essential fakeroot devscripts - apt update && apt install -y build-essential
- debuild -us -uc - debuild -us -uc
- ls -la - ls -la
- cd .. && ls -la - cd .. && ls -la

View File

@ -14,8 +14,8 @@ all: | clean install
download: setversion download: setversion
[ -d "data" ] || mkdir data [ -d "data" ] || mkdir data
wget -nc -P data $(SOURCE) wget -nc -P data $(SOURCE)
echo "$(CHECKSUM) data/python-$(UPSTREAM_VERSION)-amd64.exe" | \ echo "$(CHECKSUM) data/python-$(UPSTREAM_VERSION)-amd64.exe" | md5sum -c && \
md5sum -c && echo "SUCCESS: Checksums match" || \ echo "SUCCESS: Checksums match" || \
{ ec=$$?; echo "ERROR: Checksum mismatch" >&2; rm -rf data >&2; exit $$ec; } { ec=$$?; echo "ERROR: Checksum mismatch" >&2; rm -rf data >&2; exit $$ec; }
data: download data: download