Files
proton-bridge/.gitea/workflows/ci.yml
Bad 29a10bc4df
All checks were successful
nogui build / try & test (push) Successful in 1m51s
Update .gitea/workflows/ci.yml
2024-11-30 22:33:30 +00:00

28 lines
621 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
- uses: actions/setup-go@v5
with:
go-version: '1.23.3'
- name: Install build-essentials
run: apt update -y && apt install build-essential libsecret-1-dev -y
- name: build nogui
run: make build-nogui
- uses: christopherhx/gitea-upload-artifact@v4
with:
name: proton-bridge
path: proton-bridge