branch: externals/phpinspect
commit 2fd575dbf5ad33e516b58e8799136ed0e9663754
Author: Hugo Thunnissen <de...@hugot.nl>
Commit: Hugo Thunnissen <de...@hugot.nl>

    Add drone.yml
---
 .drone.yml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/.drone.yml b/.drone.yml
new file mode 100644
index 0000000000..9ea930e485
--- /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

Reply via email to