Skip to content

CI forces g++ compiler — no multi-compiler testing #111

Description

@bibidhSubedi0

Description

Both Windows and Linux CI steps set -DCMAKE_CXX_COMPILER=g++. On Windows, g++ may not be available or may be a different version. There is no compiler matrix (GCC + Clang + MSVC).

Affected Files

  • .github/workflows/ci.yml (lines 32, 36)

Recommended Fix

Test with multiple compilers: GCC, Clang (Linux), MSVC (Windows). Use a matrix strategy.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions