Convert CI definition to new (woodpecker) format

WIP-incremental-parsing
Hugo Thunnissen 1 year ago
parent 9882ed2c60
commit 7e7914befa

@ -1,10 +0,0 @@
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

@ -0,0 +1,6 @@
pipeline:
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
Loading…
Cancel
Save