Skip to content

Problem Addtion: Dynamic Point Set Rectangle Affine Rectangle Sum #624

Problem Addtion: Dynamic Point Set Rectangle Affine Rectangle Sum

Problem Addtion: Dynamic Point Set Rectangle Affine Rectangle Sum #624

Workflow file for this run

name: Diff only generate test
on:
push:
branches:
- master
pull_request:
jobs:
generate:
strategy:
matrix:
include:
- os: ubuntu-latest
cxx: g++-12
- os: ubuntu-24.04
cxx: g++-13
- os: macos-latest
cxx: clang++
- os: windows-latest
cxx: g++
uses: ./.github/workflows/generate.yml
with:
os: ${{ matrix.os }}
cxx: ${{ matrix.cxx }}