lingo/.build.yml
2021-01-10 14:50:03 -05:00

13 lines
212 B
YAML

image: ubuntu/lts
packages:
- openjdk-11-jre-headless
- maven
sources:
- https://git.sr.ht/~crg/lingo
artifacts:
- lingo/server/target/lingo.jar
tasks:
- build: |
cd lingo
mvn clean install