Skip to content

Quadric error means mesh simplification #10

Quadric error means mesh simplification

Quadric error means mesh simplification #10

Workflow file for this run

name: Build project
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
ci-windows:
runs-on: windows-latest
steps:
- name: Checkout Project
uses: actions/[email protected]
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v2
- name: Configure CMake
uses: threeal/[email protected]
with:
source-dir: .
build-dir: .
options: |
CMAKE_BUILD_TYPE=Release
- name: Build Solution with MSBuild
run: |
msbuild Model-Modifier.sln /p:Configuration=Release /p:Platform=x64
shell: cmd