Files
proton-bridge/.gitea/workflows/ci.yml
Bad cd69a712e1
Some checks failed
nogui build / try & test (push) Failing after 28s
Add .gitea/workflows/ci.yml
2024-11-30 22:17:33 +00:00

21 lines
424 B
YAML

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