mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-04-03 11:09:40 -04:00
Update build.yml to include tests and examples
This commit is contained in:
parent
696955463f
commit
bcb374b670
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -238,6 +238,12 @@ jobs:
|
|||||||
- name: Restore workload
|
- name: Restore workload
|
||||||
run: dotnet workload restore
|
run: dotnet workload restore
|
||||||
|
|
||||||
|
- name: Build and run tests
|
||||||
|
run: dotnet test Raylib-cs.Tests -c Release
|
||||||
|
|
||||||
|
- name: Build examples
|
||||||
|
run: dotnet build Examples -c Release
|
||||||
|
|
||||||
- name: Create NuGet Package
|
- name: Create NuGet Package
|
||||||
run: dotnet pack Raylib-cs -c Release --output nuget
|
run: dotnet pack Raylib-cs -c Release --output nuget
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user