continuity/.gitea/workflows/server.yaml

16 lines
368 B
YAML
Raw Normal View History

2023-08-13 18:34:10 +02:00
name: Test if Server can be built
run-name: ${{ gitea.actor }} is building the Server application
on: [push]
2023-08-13 18:49:37 +02:00
runs-on: [ubuntu-22.04]
2023-08-13 18:34:10 +02:00
jobs:
build-server:
runs-on: mcr.microsoft.com/dotnet/sdk:latest
steps:
2023-08-13 18:36:38 +02:00
- uses: actions/checkout@v3
with:
fetch-depth: 0
2023-08-13 18:41:18 +02:00
commands:
- dotnet restore --packages
- dotnet build --no-restore