13 lines
176 B
YAML
13 lines
176 B
YAML
image: java:8-jdk
|
|
|
|
stages:
|
|
- build
|
|
|
|
build:
|
|
stage: build
|
|
script: gradle oxt
|
|
artifacts:
|
|
paths:
|
|
- build/distributions/w2phtml.oxt
|
|
- build/lib/w2phtml.jar
|
|
|