mirror of
https://github.com/cabaletta/baritone
synced 2024-12-19 21:51:06 +00:00
8 lines
72 B
YAML
8 lines
72 B
YAML
language: java
|
|
|
|
install: true
|
|
|
|
script:
|
|
- ./gradlew test
|
|
- ./gradlew run
|