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
|
||||
pull: true
|
||||
commands:
|
||||
- apt update && apt install -y build-essential fakeroot devscripts
|
||||
- apt update && apt install -y build-essential
|
||||
- debuild -us -uc
|
||||
- ls -la
|
||||
- cd .. && ls -la
|
||||
|
|
4
Makefile
4
Makefile
|
@ -14,8 +14,8 @@ all: | clean install
|
|||
download: setversion
|
||||
[ -d "data" ] || mkdir data
|
||||
wget -nc -P data $(SOURCE)
|
||||
echo "$(CHECKSUM) data/python-$(UPSTREAM_VERSION)-amd64.exe" | \
|
||||
md5sum -c && echo "SUCCESS: Checksums match" || \
|
||||
echo "$(CHECKSUM) data/python-$(UPSTREAM_VERSION)-amd64.exe" | md5sum -c && \
|
||||
echo "SUCCESS: Checksums match" || \
|
||||
{ ec=$$?; echo "ERROR: Checksum mismatch" >&2; rm -rf data >&2; exit $$ec; }
|
||||
|
||||
data: download
|
||||
|
|
Loading…
Reference in New Issue