Moved from Gradle to bld
This commit is contained in:
parent
5ec9020a9d
commit
da5aea6b26
68 changed files with 1520 additions and 792 deletions
|
@ -1,9 +1,10 @@
|
|||
image: maven:3-openjdk-18
|
||||
image: openjdk:17
|
||||
|
||||
pipelines:
|
||||
default:
|
||||
- step:
|
||||
caches:
|
||||
- gradle
|
||||
name: Test with bld
|
||||
script:
|
||||
- bash ./gradlew check
|
||||
- ./bld download
|
||||
- ./bld compile
|
||||
- ./bld test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue