Skip to content

Testing shared libraries does not work on Windows #21

@MLopez-Ibanez

Description

@MLopez-Ibanez

See the FIXME notes here:

# FIXME: Building shared libraries fails on windows. Not sure how to fix it.
os: [ubuntu-22.04 ] # FIXME: , windows-latest]
cc: [ gcc ]
cxx: [ g++ ]
include: # macos-13 is an intel runner, macos-14 is apple silicon
- { os: macos-13, cc: clang, cxx: clang++ }
- { os: macos-13, cc: gcc-12, cxx: g++-12 }
- { os: macos-14, cc: clang, cxx: clang++ }
- { os: macos-14, cc: gcc-13, cxx: g++-13 }
# FIXME:
# - { os: windows-latest, cc: clang, cxx: clang++ }

Metadata

Metadata

Assignees

No one assigned

    Labels

    C/C++bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions