ci: add server build script
This commit is contained in:
parent
2705715e8c
commit
abd82d6266
1 changed files with 10 additions and 0 deletions
10
.gitea/workflows/server.yaml
Normal file
10
.gitea/workflows/server.yaml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
name: Test if Server can be built
|
||||||
|
run-name: ${{ gitea.actor }} is building the Server application
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build-server:
|
||||||
|
runs-on: mcr.microsoft.com/dotnet/sdk:latest
|
||||||
|
steps:
|
||||||
|
- 'dotnet restore --packages'
|
||||||
|
- 'dotnet build --no-restore'
|
Loading…
Add table
Reference in a new issue