Skip to content

DEFECT: CMAKE CI test obsolete after artifact cleanup blocks all PRs #613

@krystophny

Description

@krystophny

Issue Description

The CMAKE CI test in .github/workflows/ci.yml lines 97-115 fails because it references the root CMakeLists.txt file that was intentionally removed in PR #611 artifact cleanup.

Current Failure

CMake Error at CMakeLists.txt:17 (add_subdirectory):
  The source directory /home/runner/work/fortplot/fortplot
  does not contain a CMakeLists.txt file.

Root Cause

Impact

Required Fix

Either:

  1. REMOVE CMAKE CI test entirely (recommended - CMAKE support was removed)
  2. UPDATE CMAKE test to use proper cmake example directory only
  3. DISABLE CMAKE CI test temporarily

Context

Priority

CRITICAL - Blocks all development work via CI failure

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions