-
Notifications
You must be signed in to change notification settings - Fork 9
Add workflows requested by module devs. #5
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
base: main
Are you sure you want to change the base?
Conversation
License Check Results🚀 The license check preparation job ran successfully. Status: Click to expand output
|
Unsure here, just a question, should we not use the workflows from this repo? https://github.com/eclipse-score/cicd-workflows |
84d0c34
to
af6c624
Compare
License Check Results🚀 The license check preparation job ran successfully. Status: Click to expand output
|
af6c624
to
32090e6
Compare
License Check Results🚀 The license check preparation job ran successfully. Status: Click to expand output
|
I personally do not have perfered way except I want to be able on thing. Everything that is executed on CI I want to be able to execute locally. Everything else for me is not acceptable. If this is achived by these workflows, then no objections. |
32090e6
to
6e19343
Compare
License Check Results🚀 The license check preparation job ran successfully. Status: Click to expand output
|
6e19343
to
0ff5a32
Compare
License Check Results🚀 The license check preparation job ran successfully. Status: Click to expand output
|
This workflow is just a small example how the user code can be built. In most cases this won't be enough since there is no configuration for flags and bazel configs which users will need to build their libraries and binaries.
0ff5a32
to
78ace7e
Compare
License Check Results🚀 The license check preparation job ran successfully. Status: Click to expand output
|
Add workflows which will build and test user code. In most cases this won't be enough since there is no configuration for flags and Bazel configs which users will need to build their libraries and binaries.