Skip to content

Add plots and history to benchmarks #49

Add plots and history to benchmarks

Add plots and history to benchmarks #49

Workflow file for this run

name: Generic build
on:
push:
branches:
- 'main'
tags-ignore:
- '**'
pull_request:
branches:
- 'main'
env:
DOTNET_EnableDiagnostics: 0
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_NOLOGO: true
DOTNET_CLI_TELEMETRY_OPTOUT: true
DOTNET_GENERATE_ASPNET_CERTIFICATE: false
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0
- name: Setup .NET Core 10.0
uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0
with:
dotnet-version: '10.0.x'
- name: Build
shell: pwsh
run: |
./Scripts/Build.ps1