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

20 lines
391 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:
homeserver: https://chat.privacytools.io
roomid: AgrJcbhHZhTJVmhPSi:privacytools.io
username:
from_secret: matrix_username
password:
from_secret: matrix_password