w2phtml/.gitlab-ci.yml
2020-12-13 14:25:31 +01:00

13 lines
172 B
YAML

image: java:8
stages:
- build
build:
stage: build
script: gradle oxt
artifacts:
paths:
- build/distributions/w2phtml.oxt
- build/lib/w2phtml.jar