forgejo_fusion/.forgejo/workflows-composite/build-backend/action.yaml
David Rotermund c86eb8d954
Some checks failed
Integration tests for the release process / release-simulation (push) Has been cancelled
10.0.1 base
2025-02-08 23:23:44 +01:00

15 lines
409 B
YAML

runs:
using: "composite"
steps:
- run: |
su forgejo -c 'make deps-backend'
- uses: https://data.forgejo.org/actions/cache@v4
id: cache-backend
with:
path: ${{github.workspace}}/gitea
key: backend-build-${{ github.sha }}
- if: steps.cache-backend.outputs.cache-hit != 'true'
run: |
su forgejo -c 'make backend'
env:
TAGS: bindata