Testing gitea act_runner
This commit is contained in:
20
.gitea/workflows/build.yml
Normal file
20
.gitea/workflows/build.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
name: build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install dependencies
|
||||
run: sudo pacman -Syu --noconfirm base-devel jdk21-openjdk
|
||||
|
||||
- name: Make gradle executable
|
||||
run: sudo chmod +x gradlew
|
||||
|
||||
- name: Build project
|
||||
run: make
|
||||
Reference in New Issue
Block a user