emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/popup 7ddb842494 1/4: ci: add package command


From: ELPA Syncer
Subject: [nongnu] elpa/popup 7ddb842494 1/4: ci: add package command
Date: Sat, 26 Mar 2022 15:58:47 -0400 (EDT)

branch: elpa/popup
commit 7ddb842494ba04cbe27d72356b871979d6280747
Author: Jen-Chieh Shen <jcs090218@gmail.com>
Commit: Jen-Chieh Shen <jcs090218@gmail.com>

    ci: add package command
---
 Makefile | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 8cc8492ce9..b195fa999f 100644
--- a/Makefile
+++ b/Makefile
@@ -3,16 +3,22 @@ SHELL := /usr/bin/env bash
 EMACS ?= emacs
 EASK ?= eask
 
-TEST-FILES := $(shell ls test/grammarly-*.el)
+TEST-FILES := $(shell ls test/popup-*.el)
 
-.PHONY: clean checkdoc lint install compile unix-test
+.PHONY: clean package install compile lint unix-test
 
-ci: clean install compile
+ci: clean package install compile
 
 clean:
        @echo "Cleaning..."
        $(EASK) clean-all
 
+package:
+       @echo "Packaging..."
+       $(EASK) autoloads
+       $(EASK) pkg-file
+       $(EASK) package
+
 install:
        @echo "Installing..."
        $(EASK) install



reply via email to

[Prev in Thread] Current Thread [Next in Thread]