Moved from Gradle to bld
This commit is contained in:
parent
22c5d30ace
commit
e99fad47c7
89 changed files with 1087 additions and 907 deletions
|
@ -1,9 +1,17 @@
|
|||
image: maven:3-openjdk-18
|
||||
image: java:17:latest
|
||||
|
||||
pipelines:
|
||||
default:
|
||||
- step:
|
||||
caches:
|
||||
- gradle
|
||||
name: "Download dependencies"
|
||||
script:
|
||||
- bash ./gradlew check
|
||||
- bash ./bld download
|
||||
- step:
|
||||
name: "Compile project"
|
||||
script:
|
||||
- bash ./bld compile
|
||||
- step:
|
||||
name: "Run tests"
|
||||
script:
|
||||
- bash ./bld test
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue