pq-crystals / dilithium

Other
375 stars 139 forks source link

Cross-platform CI #17

Closed baentsch closed 4 years ago

baentsch commented 4 years ago

As (intended) downstream consumers (e.g., OQS) run (and test) cross-platform, this should already be done here, too. If no comments to the contrary appear, I'll work on a PR to add CI capabilities for

using CircleCI.

baentsch commented 4 years ago

Windows templating available. More work, incl. proper use of -mnative, and possible cross-builds (e.g., ARM, Z, Power?), required.

gregorseiler commented 4 years ago

Thank you for the suggestion. It is indeed a good idea to automatically run our tests on various platforms. I have now incorporated the same functionality into Travis CI which we are already using. Please also see the comment on the corresponding pull request #18.