try this
continuous-integration/drone the build was successful
Details
continuous-integration/drone the build was successful
Details
This commit is contained in:
parent
9e669ddadd
commit
fc9cd6f098
|
@ -4,8 +4,10 @@ pipeline:
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- apt update && apt install -y make wget
|
- apt update && apt install -y make wget
|
||||||
|
- ls -la
|
||||||
- make
|
- make
|
||||||
- make install
|
- make install
|
||||||
|
- ls -la
|
||||||
when:
|
when:
|
||||||
event: [push, tag]
|
event: [push, tag]
|
||||||
|
|
||||||
|
|
1
Makefile
1
Makefile
|
@ -26,7 +26,6 @@ install: data
|
||||||
install -Dm644 logo.png -t $(DESTDIR)/srv/deploy/install/$(PKGNAME)
|
install -Dm644 logo.png -t $(DESTDIR)/srv/deploy/install/$(PKGNAME)
|
||||||
install -Dm644 data/* -t $(DESTDIR)/srv/deploy/install/$(PKGNAME)/data
|
install -Dm644 data/* -t $(DESTDIR)/srv/deploy/install/$(PKGNAME)/data
|
||||||
|
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
rm -rf $(DESTDIR)/srv/deploy/install/$(PKGNAME)
|
rm -rf $(DESTDIR)/srv/deploy/install/$(PKGNAME)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue