Giorgi / DuckDB.NET

Bindings and ADO.NET Provider for DuckDB
https://duckdb.net
MIT License
356 stars 62 forks source link

Add initial CI setup #34

Closed kmosegaard closed 2 years ago

kmosegaard commented 2 years ago

This PR adds integration with Github CI.

It builds the native DuckDB libary using the igt tag from the most recent release. It then uses the native library to test our bindings on Windows, Linux and MacOS.