-
Notifications
You must be signed in to change notification settings - Fork 13
Added support for csharp and hello world example #49
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
Conversation
.github/workflows/main.yml
Outdated
| - name: Building //csharp directory (Linux) | ||
| if: runner.os == 'Linux' | ||
| run: bazel build //csharp/... --config=linux |
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.
You shouldn't need --config=linux or --config=macos here with the changes in .bazelrc. They should be enabled automatically.
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.
So there is no need for two different steps, correct?
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.
Correct. Both runners should be able to run the same command.
Co-authored-by: Jay Conrod <jay@engflow.com>
About
Adding csharp support and hello world example.
Run with
Linux
MacOS
Progress #36