make latest build the Quicklisp tarball release.

This commit is contained in:
Dimitri Fontaine 2014-05-05 17:24:41 +02:00
parent c38798a4dd
commit 31947e6c20

View File

@ -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