From 2fd575dbf5ad33e516b58e8799136ed0e9663754 Mon Sep 17 00:00:00 2001 From: Hugo Thunnissen Date: Sun, 1 May 2022 10:43:56 +0200 Subject: [PATCH] Add drone.yml --- .drone.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..9ea930e --- /dev/null +++ b/.drone.yml @@ -0,0 +1,10 @@ +kind: pipeline +type: docker +name: default + +steps: +- name: test + image: silex/emacs:28.1-ci + + commands: + - emacs -L ./ -batch -l ert -l ./phpinspect.el -l ./test/phpinspect-test.el -f ert-run-tests-batch-and-exit