continuity/.gitea/workflows/server.yaml
Timothy Schenk 3f98dc2c5c
Some checks failed
Test if Server can be built / build-server (push) Failing after 36s
ci: test more env
2023-10-27 21:05:10 +02:00

18 lines
482 B
YAML

name: Test if Server can be built
run-name: ${{ gitea.actor }} is building the Server application
on: [ push ]
jobs:
build-server:
steps:
- uses: actions/checkout@v3
- name: Setup dotnet
uses: https://github.com/actions/setup-dotnet@v3
with:
dotnet-version: 7.0
- run: |
echo $SONARPROJECTKEY
echo $GITEA_SONARPROJECTKEY
echo $GITHUB_SONARPROJECTKEY
chmod +x ./build.sh
./build.sh --verbose --root .