-
Notifications
You must be signed in to change notification settings - Fork 43
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 MSVC to CI #183
Add MSVC to CI #183
Conversation
thanks for your PR. I'm a bit puzzled to include so much code and binaries into the repository, and wonder what the maintenance story behind that should be? Or do the binaries never need to be updated? |
Now I'm confused. When you say "... binaries into the repository", what binaries are you referring to? Are you referring to the shell scripts? If you are referring to shell scripts, the maintenance story is:
Finally ... The bulk of the GitHub logic is downloaded on-demand, so that is always up-to-date (confer: Similarly, the two The "HELP" command listed in |
I was refering to BIN +220 KB and BIN +220 KB But, as you say, they are text files... :) Thanks a lot, could you rebase onto the main branch, I'll rerun the CI, and merge? |
Interesting. I'll Then I'll rebase |
Ran: ./dk dkml.workflow.compilers CI GitHub Desktop OS Windows
7b8b960
to
2782cff
Compare
thanks a lot |
These are the commits after following https://github.com/diskuv/dkml-workflows#configure-your-project
I've set the GitHub jobs to
continue-on-error: true
because MSVC does not work with mirage-crypto. So the jobs won't fail, but at least you can inspect the logs to see what is breaking MSVC.This goes along with the old #137, although at this point I don't know what else is a problem for mirage-crypto with Windows or MSVC.