SQLite User Forum

System.Data.SQLite build on Github Actions
Login

System.Data.SQLite build on Github Actions

(1) By Bernardo Ramos (kroggen) on 2020-12-15 04:21:43 [source]

Hello!

Some say that an image says more than a thousand words... For developers, a working code/script says more than a thousand words.

So, instead of having just the compilation instructions for System.Data.SQLite, I guess it would be very useful to have a working compilation script on GitHub Actions (or AppVeyor).

Can someone help with this?

The repository is here:

https://github.com/kroggen/System.Data.SQLite

I tried many modifications as can be seen on the commits:

https://github.com/kroggen/System.Data.SQLite/commits/master

And here are the build logs: (a mess)

https://github.com/kroggen/System.Data.SQLite/actions

I tried both using the bat files on the Setup folder as using msbuild directly.

I was only able to compile the NativeOnly, not the C# code.

If someone has a working script in private that could be shared, please share it.