lm-tecniche-di-programmazione/.drone.yml
norangebit 2e07bfb777
All checks were successful
continuous-integration/drone/push Build is passing
add build status
2019-04-08 23:39:52 +02:00

11 lines
150 B
YAML

kind: pipeline
name: default
steps:
- name: test
image: java:openjdk-8
enviroment:
- GRADLE_USER_HOME=~/.gradle
commands:
- ./gradlew test