lm-tecniche-di-programmazione/.drone.yml

20 lines
383 B
YAML
Raw Normal View History

2019-04-07 16:50:53 +00:00
kind: pipeline
name: default
steps:
- name: test
image: java:openjdk-8
enviroment:
- GRADLE_USER_HOME=~/.gradle
commands:
- ./gradlew test
2019-04-10 21:23:26 +00:00
- name: notify
image: plugins/matrix
settings:
2019-04-11 20:21:29 +00:00
homeserver: https://chat.weho.st
2019-04-10 21:23:26 +00:00
roomid: AgrJcbhHZhTJVmhPSi:privacytools.io
username:
from_secret: matrix_username
password:
from_secret: matrix_password