wp-content

wordpress/hph
Log | Files | Refs | README | LICENSE

commit 8d7e5e3398e3e2386c7b31461dbb06327264204b
parent f6893d7578599bc97dc3927bf85738b2580eca1b
Author: Sean Enck <sean@ttypty.com>
Date:   Mon, 19 Jan 2026 17:12:57 -0500

woodpecker ci yml file

Diffstat:
A.ci.yml | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/.ci.yml b/.ci.yml @@ -0,0 +1,11 @@ +# woodpecker ci yml file +when: + - event: manual + +steps: + - name: build + directory: plugins/hphp + image: docker.io/library/alpine:latest + commands: + - apk add make minify zip + - make CI=1