forked from Silverfish/proton-bridge
This commit is contained in:
21
.gitea/workflows/ci.yml
Normal file
21
.gitea/workflows/ci.yml
Normal 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
|
||||
Reference in New Issue
Block a user