libtom / libtommath

LibTomMath is a free open source portable number theoretic multiple-precision integer library written entirely in C.
https://www.libtom.net
Other
655 stars 196 forks source link

Port CI and CMake support from develop #573

Closed sjaeckel closed 8 months ago

sjaeckel commented 8 months ago

Add support for GitHub Actions and CMake from the develop branch.

Let's include this in the next (and hopefully last 1.x) release of master.

This fixes #556

czurnieden commented 8 months ago

There was something about building for Android with some MS pack where lack of cmake in master was a problem. Do you, just by chance, remember what Issue # that was to check if it works now?

sjaeckel commented 8 months ago

Yeah, that was #523, right?

czurnieden commented 8 months ago

Yeah, that was https://github.com/libtom/libtommath/issues/523, right?

Ah, yes, that one, thanks!

We'll only know for sure if it works when all the cmake stuff is in master, so I'll say: we'll pass that bridge when we reach it.