Add an x86 build to travis. For simplicity, libcrypto/libgmp aren't used and tests aren't run. Just a build.
This shuffles a few things around to make building for other hosts trivial. arm/mingw could be added if desired.
Add an x86 build to travis. For simplicity, libcrypto/libgmp aren't used and tests aren't run. Just a build.
This shuffles a few things around to make building for other hosts trivial. arm/mingw could be added if desired.
Not very useful without tests. :) Arm would be nice too (but again, needs tests). The tests can run without dependencies (though they're more powerful if openssl is available since it can test agreement).
Ah, just dropped by to rebase this only to see that you beat me to it :) Thanks.