-
Notifications
You must be signed in to change notification settings - Fork 42
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
Add build GH action to demos repo #35
Comments
I would like to see the purpose of the For instance, one of the demo's build script will also make sure all the pre-requisties are installed before building and running the demos. I understand this changes the purpose of To give more insight on the current usage of the shell script, I am adding the documentation here. |
We currently have both a |
Thanks for the pointer related to the shell scripts. I almost missed it.
I can see we are planning for a very sophisticated validation pipeline for the demos. Do we also plan to use a CI provider different from Github, like Self Hosted runners? As the first stage of such pipeline, will |
The initial intent of the |
Add build workflow (fix issue #35)
Fixed in #37 |
I'm planning to put a build GH action on this (demos) repo, to ensure all PRs can build (we need this for the competition). I'd like to propose that we require all demos to contain a
Dockerfile
ordocker-compose.yaml
and abuild.sh
. Then I can have the CI do afind . -name build.sh
and iterate through all the build scripts found. That would work with the old demos as well as the new submissions.The text was updated successfully, but these errors were encountered: