[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/treesit-fold 6178f3345c 193/417: update ci
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/treesit-fold 6178f3345c 193/417: update ci |
Date: |
Mon, 1 Jul 2024 10:02:25 -0400 (EDT) |
branch: elpa/treesit-fold
commit 6178f3345ca060191ac65a4009e7377d514981ee
Author: Jen-Chieh Shen <jcs090218@gmail.com>
Commit: Jen-Chieh Shen <jcs090218@gmail.com>
update ci
---
Makefile | 16 +++++++++++-----
1 file changed, 11 insertions(+), 5 deletions(-)
diff --git a/Makefile b/Makefile
index 6e70f72b59..9e7efe2c5f 100644
--- a/Makefile
+++ b/Makefile
@@ -3,11 +3,9 @@ SHELL := /usr/bin/env bash
EMACS ?= emacs
EASK ?= eask
-TEST-FILES := $(shell ls test/ts-fold-*.el)
-
.PHONY: clean checkdoc lint package install compile test
-ci: clean package install compile
+ci: clean package install compile test
package:
@echo "Packaging..."
@@ -23,7 +21,15 @@ compile:
test:
@echo "Testing..."
- $(EASK) exec ert-runner -L . $(LOAD-TEST-FILES) -t '!no-win' -t '!org'
+ $(EASK) test ert ./test/*.el
+
+checkdoc:
+ @echo "Run checkdoc..."
+ $(EASK) lint checkdoc
+
+lint:
+ @echo "Run package-lint..."
+ $(EASK) lint package
clean:
- rm -rf .eask *.elc
+ $(EASK) clean-all
- [nongnu] elpa/treesit-fold ca1b5d701d 134/417: Update doc, (continued)
- [nongnu] elpa/treesit-fold ca1b5d701d 134/417: Update doc, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 86c3e73746 135/417: Add html summary parser, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 20f96511ef 137/417: Update doc, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 40163da28a 141/417: Update doc, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold f297d8a664 204/417: update, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 4f5ea58d8c 214/417: Update copyright year, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 5711d9f6d5 226/417: refactor(parsers): Place it in alphabetic order, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 443ba5106a 229/417: feat(ruby): Enhance Ruby parser (#26), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 3b2e70db92 231/417: tests(test.yml): Add workflow_dispatch, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 0bae1476a4 242/417: chore: Changelog and styles (#38), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 6178f3345c 193/417: update ci,
ELPA Syncer <=
- [nongnu] elpa/treesit-fold 095e093737 194/417: Remove unused shell entry, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold ec60327a20 195/417: chore(eask): info, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 6cfe36ea2f 196/417: fix warnings, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold a81e684298 198/417: Update Eask, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 46d76ed842 205/417: note, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold dcd5b9fe5c 212/417: Merge pull request #9 from jcs-elpa/docs/tutorial, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 33e3fb561e 219/417: docs: changelog, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 17d131f69a 228/417: feat(ocaml): Support for ocaml-mode and caml-mode (#24), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 28409a0cee 232/417: docs: Update repo link (#32), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 017402713b 236/417: Fix typo/grammar in error message (#34), ELPA Syncer, 2024/07/01