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

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

[nongnu] elpa/treesit-fold b505f0719f 183/417: ci: No more platform spec


From: ELPA Syncer
Subject: [nongnu] elpa/treesit-fold b505f0719f 183/417: ci: No more platform specific
Date: Mon, 1 Jul 2024 10:02:24 -0400 (EDT)

branch: elpa/treesit-fold
commit b505f0719fbc866ff35b6f374c2d938b1f2f71f6
Author: Jen-Chieh Shen <jcs090218@gmail.com>
Commit: Jen-Chieh Shen <jcs090218@gmail.com>

    ci: No more platform specific
---
 Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index 55f8319293..1c5f8eeb0c 100644
--- a/Makefile
+++ b/Makefile
@@ -3,11 +3,9 @@ SHELL := /usr/bin/env bash
 EMACS ?= emacs
 EASK ?= eask
 
-PKG-FILES := ts-fold.el
-
 TEST-FILES := $(shell ls test/ts-fold-*.el)
 
-.PHONY: clean checkdoc lint package install compile unix-test
+.PHONY: clean checkdoc lint package install compile test
 
 ci: clean package install compile
 
@@ -16,12 +14,14 @@ package:
        $(EASK) package
 
 install:
+       @echo "Installing..."
        $(EASK) install
 
 compile:
+       @echo "Compiling..."
        $(EASK) compile
 
-unix-test:
+test:
        @echo "Testing..."
        $(EASK) exec ert-runner -L . $(LOAD-TEST-FILES) -t '!no-win' -t '!org'
 



reply via email to

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