This commit is contained in:
Aidan Hahn 2019-05-31 14:02:41 -07:00
parent 3bcff01cc0
commit 5ffea72771
No known key found for this signature in database
GPG key ID: 327711E983899316

5
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,5 @@
build:
script: "./gradlew clean build"
test:
script: "./gradlew test"