diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2021-10-17 17:57:47 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2021-10-17 17:57:47 +0200 |
| commit | 50942eaa91b8d7a5e194445880ba66c27d132db6 (patch) | |
| tree | afad8e4c66dc2c3f3b880f06fecaafb62b6fb17c /Makefile | |
| parent | 6759423b8743cc13e8723a97e8fabe9e97fb192f (diff) | |
| download | dotfiles-50942eaa91b8d7a5e194445880ba66c27d132db6.tar.gz dotfiles-50942eaa91b8d7a5e194445880ba66c27d132db6.zip | |
ci: travis -> github
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 22 |
1 files changed, 0 insertions, 22 deletions
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 |
