Problem Addtion: Dynamic Point Set Rectangle Affine Rectangle Sum #624
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |