SRombauts / SQLiteCpp

SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper.
http://srombauts.github.io/SQLiteCpp
MIT License
2.22k stars 510 forks source link

Create Meson CI #407

Closed UnixY2K closed 1 year ago

UnixY2K commented 1 year ago

PR that completes #403, adding the base meson CI pipeline

UnixY2K commented 1 year ago

getting (0xC0000139) on both Windows MSVC and Windows Clang, which appears to be the same DLL not found. I think it's the same MinGW error from #384, need to check this later and check which DLLs are missing

UnixY2K commented 1 year ago

fixed the macOS CI error by using the fallback SQLite3

UnixY2K commented 1 year ago

Fixed Clang errors by fixing the setup of environment variables, as for MSVC used a task that enabled the automatic discovery of MSVC

SRombauts commented 1 year ago

Thanks a lot for all this! God job