Skip to content

Merge pull request #3 from Nutcake/fix-convex-hull-memory-leak #10

Merge pull request #3 from Nutcake/fix-convex-hull-memory-leak

Merge pull request #3 from Nutcake/fix-convex-hull-memory-leak #10

Workflow file for this run

name: .NET Core
on:
push:
paths-ignore:
- '**/*.md'
branches:
- master
pull_request:
branches:
- master
paths-ignore:
- '**/*.md'
jobs:
build:
runs-on: windows-2019
steps:
- uses: actions/checkout@v2
- name: Setup .NET 7
uses: actions/setup-dotnet@v3
with:
dotnet-version: '2.0'
- name: build
run: |
dotnet build "BepuPhysics" -c ReleaseStrip
dotnet build "BepuUtilities" -c ReleaseStrip