homenc / HElib

HElib is an open-source software library that implements homomorphic encryption. It supports the BGV scheme with bootstrapping and the Approximate Number CKKS scheme. HElib also includes optimizations for efficient homomorphic evaluation, focusing on effective use of ciphertext packing techniques and on the Gentry-Halevi-Smart optimizations.
https://homenc.github.io/HElib
Other
3.11k stars 761 forks source link

Add Travis CI config #348

Closed Jyun-Neng closed 3 years ago

Jyun-Neng commented 4 years ago

Apply CI to keep integrating the code in this project. This can automatically check if HElib could be successfully built. So far, it has passed make test on OSX.

faberga commented 3 years ago

@Jyun-Neng, thank you for your original PR.

We are in the processing of integrating Travis for testing all the 14 platforms our current build&test Jenkins pipeline does. Closing this PR as you will be shortly superseded.

-Flavio