From 50942eaa91b8d7a5e194445880ba66c27d132db6 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Sun, 17 Oct 2021 17:57:47 +0200 Subject: ci: travis -> github MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- Makefile | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile deleted file mode 100644 index e8220ae..0000000 --- a/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -all: test - -.PHONY: test -test: vendor emacs scripts lint - -.PHONY: vendor -vendor: - @gem install rubocop - -.PHONY: emacs -emacs: - @lsb_release -a - @cd .emacs.d && ./test-emacs.sh - -.PHONY: scripts -scripts: - @cd bin/test && ./test.sh - -.PHONY: lint -lint: - @find . -name "*.sh" ! -name ".gitcompletion.sh" ! -name ".hgcompletion.sh" -not -path "./.emacs.d/*" -exec shellcheck \{\} \+ - @rubocop -- cgit v1.2.3