open-quantum-safe / liboqs-java

liboqs-java is an open source Java wrapper for the liboqs C library. The Open Quantum Safe (OQS) project provides software for prototyping quantum-resistant cryptography.
https://openquantumsafe.org
MIT License
37 stars 24 forks source link

Add Debian and Ubuntu OQS ci-containers. #6

Closed jimouris closed 4 years ago

jimouris commented 4 years ago

Keep circleci-openjdk-9 container as well. Jobs run in parallel.

Address #4.

jimouris commented 4 years ago

@baentsch Thanks for the feedback!

I added nightly builds only for the master branch here, and that's why I included the git_no_checkin_in_last_day.sh script. Should I modify it (before merge) to be similar with the one from the openssl repository?

baentsch commented 4 years ago

Should I modify it (before merge) to be similar with the one from the openssl repository?

I'd say Yes - it saves us a turn-around.

baentsch commented 4 years ago

@jimouris Thanks very much! Merged. Let's see how this runs tonight.