Skip to content

WIP

WIP #104

Workflow file for this run

name: Run tests
on: [push, pull_request]
jobs:
test:
runs-on: windows-latest
name: Build all projects to test the code
steps:
- uses: actions/checkout@v2
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '10.0.x'
- name: Install workloads
run: |
dotnet workload install wasm-tools
dotnet workload install android
dotnet workload install ios
dotnet workload install maccatalyst
- name: Run build script
run: ./scripts/builder.ps1 './src/'