Use helper scripts for GitHub Actions

This commit is contained in:
YoshiRulz 2024-06-02 05:40:28 +10:00
parent 72c1ebc28b
commit 260c7b2d4e
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 2 additions and 2 deletions

View File

@ -19,10 +19,10 @@ jobs:
dotnet-version: "8"
- name: Debug build with analyzers
run: dotnet build -p:RunAnalyzersDuringBuild=true -c Debug -warnaserror BizHawk.sln
run: Dist/BuildDebug.sh -v normal -warnaserror -p:RunAnalyzersDuringBuild=true
- name: Release build with analyzers
run: dotnet build -p:RunAnalyzersDuringBuild=true -c Release -warnaserror BizHawk.sln
run: Dist/BuildRelease.sh -v normal -warnaserror -p:RunAnalyzersDuringBuild=true
test:
name: Test