Contributor
Ahmed Ihab

Improve CI/CD for MetaCall Core MacOS


Mentors
Parra, Jose
Organization
MetaCall
Technologies
c/c++, cmake, bash, clang, GitHub Actions
Topics
devops, CI/CD
MetaCall Core has an intensive test case that is mainly focused on Linux (including Sanitizers in order to detect memory, address, undefined behavior, or threading bugs). The main idea is to support multiple platforms and architectures with multiple compilers but the current baseline (Linux with GCC, Windows with MSVC, and MacOS with Clang; all on amd64 architecture) So, We will implement full CI/CD for macOS with the maximum amount of language support possible for now MetaCall has one for Linux and Windows