-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
github: add a multiplatform hello world workflow #64802
github: add a multiplatform hello world workflow #64802
Conversation
012c39e
to
cb8e5c9
Compare
e044b08
to
8322cf8
Compare
This is now using |
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.
isn't it enough to test this on example-app?
I think it's fair to test in CI that we actually have a somewhat functional Hello World on all our supported dev environment, as right now we don't really have anything that really tests the macOS "getting started like" experience, for example. |
I was thinking at hello-world as the practical example one can use to set up their project CI, and this one would hopefully catch regression before they hit the example application (it runs in the PR if the right files are touched). |
Oh right, I missed that -- didn't we say we'd probably want to run it on every PR? Or if not, then the |
I think we meant: every PR merged (the |
c830a6a
to
7c150da
Compare
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.
It still looks like nothing is being built on macOS and Windows runs.
5e8e5d1
to
efb0a94
Compare
efb0a94
to
cd7e92e
Compare
Tagged and updated to |
cd7e92e
to
e1f79d1
Compare
Add a new workflow to build the hello world sample application on all three supported platforms using the reusable setup action. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
e1f79d1
to
8ebd1bf
Compare
Add a new workflow to build the hello world sample application on all three supported platforms using the reusable setup action.