Add drone config.
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2020-11-24 09:43:37 -05:00
parent 5efd8f5836
commit 602f6c9e3f

9
.drone.yml Normal file
View File

@ -0,0 +1,9 @@
kind: pipeline
type: docker
name: default
steps:
- name: Build Game
image: maven:3-jdk-11
commands:
- mvn assembly:single