From 7a2d6c1165c4a0032c8a4f132f361e6384b02ac5 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 23 Aug 2019 22:10:47 -0700 Subject: Simplify .gitlab-ci.yml by moving DEPS to Makefile --- GNUmakefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 909ce87..7503828 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -33,5 +33,9 @@ test-%: install-% --eval "(setq ert-batch-backtrace-right-margin nil)" \ --funcall ert-run-tests-batch-and-exit +test-oni-css: DEPS := oni-company oni-fci +test-oni-bookmark: DEPS := oni-data-dir +test-oni-php: DEPS := oni-flycheck oni-company oni-fci + clean: rm -fv $(FILES) -- cgit v1.2.3-54-g00ecf