Add .gitea/workflows/ci.yml
Some checks failed
nogui build / try & test (push) Failing after 28s

This commit is contained in:
Bad
2024-11-30 22:17:33 +00:00
parent 21029825c9
commit cd69a712e1

21
.gitea/workflows/ci.yml Normal file
View File

@ -0,0 +1,21 @@
name: nogui build
on:
push:
branches:
- master
jobs:
try:
name: try & test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup GO
uses: actions/setup-go@v5
- name: Install build-essentials
run: apt install build-essential
- name: build nogui
run: make build-nogui