Backend/.forgejo/workflows/build.yml
zervo 3e27ef76ca
Some checks failed
/ build (push) Failing after 2m5s
Debug CI
2024-12-05 20:52:44 +01:00

14 lines
No EOL
313 B
YAML

on: [push]
jobs:
build:
runs-on: docker
container:
image: golang:latest
steps:
- run: ls
- run: go build -x -v -o=stbackend -buildvcs=true ./cmd/stbackend/main.
- uses: actions/upload-artifact@v3
with:
name: build-artifact
path: ./stbackend