Skip to content

GRIDEDIT-759 Added unit test for linear refine of polygons #109

GRIDEDIT-759 Added unit test for linear refine of polygons

GRIDEDIT-759 Added unit test for linear refine of polygons #109

name: Build and test (feature/master)
on:
push:
branches:
- master
- "feature/**"
pull_request:
types:
- opened # triggers build when opened
- synchronize # triggers build when commits are pushed to HEAD
branches:
- "feature/**"
# Manual trigger
workflow_dispatch:
jobs:
build:
strategy:
fail-fast: false
matrix:
platform:
- macos-12 # x86_64 (free)
- macos-14 # arm64 (free)
build_type:
- Release
uses: ./.github/workflows/build-and-test-workflow.yml
with:
platform: ${{ matrix.platform }}
build_type: ${{ matrix.build_type }}