This commit is contained in:
FyloZ 2021-03-04 16:04:14 -05:00
parent 1bd7452dc8
commit 710282038f
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -6,6 +6,7 @@
.gradle/ .gradle/
gradle/ gradle/
gradlew*
build/ build/
logs/ logs/
dokka/ dokka/

View File

@ -7,7 +7,7 @@ stages:
test: test:
stage: test stage: test
script: script:
- gradle test - gradle --no-daemon test
artifacts: artifacts:
when: always when: always
reports: reports:
@ -19,4 +19,4 @@ deploy-maven:
only: only:
- master - master
script: script:
docker publish - gradle --no-daemon publish