IUPAC-InChI / InChI

Main InChI repository
MIT License
28 stars 2 forks source link

CI: Add musl+gcc to regression test workflow #6

Closed flange-ipb closed 4 months ago

flange-ipb commented 4 months ago

Add CI workflow for compilation and regression testing of libinchi using gcc and musl (a popular C standard library). Flawless compilation with musl has become possible with 1.07-beta.3's definition of is_ascii in _INCHI-1-SRC/INCHIBASE/src/util.c (see commit c778dfa).

Changes to the CI workflow:

Lessons learned: