testing build-essential
continuous-integration/drone the build failed
Details
continuous-integration/drone the build failed
Details
This commit is contained in:
parent
3f1a71062a
commit
b8a918b250
|
@ -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
|
||||||
|
|
4
Makefile
4
Makefile
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue