-
-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automatic tests on all platforms #128
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bcebere
changed the title
[WIP] Automatic tests on all platforms
Automatic tests on all platforms
Aug 5, 2020
youben11
approved these changes
Aug 6, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing work Bogdan! I guess we only missing Bazel on Windows and we can say that we have a full cross platform tests, no more failure on release!
youben11
added
Build
Related to the build of the package
Type: Testing 🧪
Add testing or improving existing testing of a file, feature, or codebase
labels
Aug 6, 2020
bcebere
requested review from
philomath213
and removed request for
philomath213
August 6, 2020 09:15
pierreeliseeflory
pushed a commit
to pierreeliseeflory/TenSEAL
that referenced
this pull request
Apr 27, 2022
* workflow: move ubuntu depends to script * move linter checks to dedicated job * add tests folder to clang-format * test failure * lint tests * add macos script * yaml error * debug * disable other jobs for now * osx debug * debug osx * osx BUILD issue * debug osx * debug * osx debug * debug * debug * debug * debug osx proto * debug * debug * Revert "debug" This reverts commit 6d0fa9e. * debug * debug osx * debug osx * cleanup * revert proto makefile * add windows * Revert "revert proto makefile" This reverts commit 4dfa891. * debug windows * add build scripts * msbuild bbreak * typo * debug windows * debug windows * debug windows * protoc test * debug windows * drop protoc action * debug windows * debug windows * debug windows * windows hacks * trial&error * trial&error * debug * debug * debug * debug * build protobuf from scratch for windows * case insensitive windows * remove caches * debug windows * debug * debug * windows bbreak * typo * bbreak * debug windows * windows debug * update bat script * update windows * link errors * windows issues * debug * fix env path * build proto release * windows issues * windows issues * debug windows * update linked libraries * windows: dynamic runtime * debug windows * i hate windows * debug * bbreak * debug windows MT vs MD * debug * update gtest * windows bbreak * add sealapi * windows debug * debug * pytest: windows issues * windows fixes * update seal tests * enable bazel * enable pytest for tenseal * use MTd for tests * gtest bbreak * yaml error * yaml errors * yaml fixes * windows debug * gtest issue on windows * enable pytest * treat warnings as errors * full tests * cleanup * Update CMakeLists.txt * small explanation on MT vs MD * fix some warnings * remove protobuf from the main cmake * separate bazel workflow * update release yamls * windows publish scripts Co-authored-by: Ayoub Benaissa <ayouben9@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Build
Related to the build of the package
Type: Testing 🧪
Add testing or improving existing testing of a file, feature, or codebase
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Activate automatic tests for Windows and MacOS.
Fixes #88
Checklist