This commit is contained in:
12
.gitea/workflows/build.yaml
Normal file
12
.gitea/workflows/build.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
name: CI
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: woryzen
|
||||
container:
|
||||
image: eclipse-temurin:21-jdk-alpine
|
||||
steps:
|
||||
- name: Build
|
||||
run: ./gradlew build
|
Reference in New Issue
Block a user