continuity/.gitea/workflows/server.yaml

14 lines
341 B
YAML
Raw Normal View History

2023-08-13 16:34:10 +00:00
name: Test if Server can be built
run-name: ${{ gitea.actor }} is building the Server application
2023-08-13 16:52:46 +00:00
on: [ push ]
2023-08-13 16:34:10 +00:00
jobs:
build-server:
steps:
- uses: actions/checkout@v3
- name: Setup dotnet
uses: https://github.com/actions/setup-dotnet@v3
with:
global-json-file: global.json
- run: dotnet build Server