mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-05 02:46:10 +02:00
make latest build the Quicklisp tarball release.
This commit is contained in:
parent
c38798a4dd
commit
31947e6c20
5
Makefile
5
Makefile
@ -8,6 +8,7 @@ BUILDDIR = build
|
||||
LIBS = $(BUILDDIR)/libs.stamp
|
||||
QLDIR = $(BUILDDIR)/quicklisp
|
||||
MANIFEST = $(BUILDDIR)/manifest.ql
|
||||
LATEST = $(BUILDDIR)/pgloader-latest.tgz
|
||||
PGLOADER = $(BUILDDIR)/bin/$(APP_NAME)
|
||||
|
||||
BUILDAPP_CCL = $(BUILDDIR)/bin/buildapp.ccl
|
||||
@ -139,6 +140,10 @@ rpm:
|
||||
cp -a $(HOME)/rpmbuild/SRPMS/*rpm build
|
||||
cp -a $(HOME)/rpmbuild/RPMS/x86_64/*rpm build
|
||||
|
||||
latest:
|
||||
git archive --format=tar --prefix=pgloader-3.0.99/ \
|
||||
v3.0.99 | gzip -9 > $(LATEST)
|
||||
|
||||
check: test ;
|
||||
|
||||
.PHONY: test pgloader-standalone
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user