Moved from Gradle to bld

This commit is contained in:
Erik C. Thauvin 2023-11-08 12:10:45 -08:00
parent 22c5d30ace
commit e99fad47c7
89 changed files with 1087 additions and 907 deletions

View file

@ -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