-
Notifications
You must be signed in to change notification settings - Fork 93
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
Introduce CI using Github actions #415
Merged
AleksandarZeljic
merged 25 commits into
NeuralNetworkVerification:master
from
AleksandarZeljic:testDebugBuild
Jan 6, 2021
Merged
Introduce CI using Github actions #415
AleksandarZeljic
merged 25 commits into
NeuralNetworkVerification:master
from
AleksandarZeljic:testDebugBuild
Jan 6, 2021
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
Runs a simple workflow: Install packages, prepare build dir, run CMake, Run Make, Run CXXTest, Check python installation.
This reverts commit 7b011e1.
guykatzz
approved these changes
Jan 5, 2021
matanost
pushed a commit
that referenced
this pull request
Nov 2, 2021
* Add basic CI workflow Runs a simple workflow: Install packages, prepare build dir, run CMake, Run Make, Run CXXTest, Check python installation. * Fix runs-on key * Turn off Python Bindings * Fix call to ctest * Fix ctest call to use the build directory * Install Python3 and dependencies * Build Python bindings * Check Python bindings * Fix maraboupy path in Python Bindings Install check * Add ccache * Export ccache path * Set ccache as compiler launcher * Cache tools directory * Check tools folder location * Fix run command errors * Test compile time improvement * Split tests by type * Test singleton Debug build * Remove comments * Add matrix build over * Fix python dependency setup * Generate and upload coverage report * Remove tools caching - crashes due to heterogenous architectures
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Adds a basic Github Actions workflow for CI which runs a matrix strategy over compilers - [gcc, clang]. For each it does the following: