| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Right... @ntindle or @ShadowMitia, do I need to separate the Docker stuff from the SCons stuff for the build to pass? |
Sorry, something went wrong.
|
Docker should probably go in first. I can't remember the exact repo ci we used but if we did it right, it won't use the dockerfile you provide here but the one on the base branch |
Sorry, something went wrong.
|
FYI: for dotnet you can use this as reference: SebLague/Chess-Challenge#3 |
Sorry, something went wrong.
|
There we go, everything builds :) |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This is a PR to add C# to our build system, making sure we have a common ground.
I see we have the dotnet sdk, but I could not find the command to compile using it, don't hesitate to close this PR if you give me the proper way.
Because I used Mono, there were a few changes in two files, as Mono doesn't allow functions inside functions, apparently.
This follows from #1011, but might need to be merged before.