Migration to Drone CI #8

Merged
william merged 22 commits from features into master 2021-08-01 17:28:44 -04:00
1 changed files with 8 additions and 0 deletions
Showing only changes of commit 3db4bbb0ee - Show all commits

8
.drone.yml Normal file
View File

@ -0,0 +1,8 @@
kind: pipeline
name: default
steps:
- name: test
image: gradle:7.1-jdk11
commands:
- gradle test