-
Notifications
You must be signed in to change notification settings - Fork 73
README.md,GitHubCI: add nice 'make' experience #660
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
a31fe26 to
d6a946d
Compare
|
MAybe it's still worth finishing this one? (see #734 about updating the docs to not mention fake-cli any more) |
508c905 to
82252f0
Compare
In Unix (macOS / Linux), it's just the simplest Makefile that calls FAKE targets underneath. In Windows, it's a batch file that does the same.
|
Has this change upset the documentation generation in the CI? I'm getting a 404 error from https://fsprojects.github.io/FSharpLint/ and the build log for the last CI build contains
which makes it look like the documentation isn't actually being built in the CI builds. |
|
@Numpsy thanks for the heads up. It seems that only the target 'docs' was affected by this bug because there's a folder with the same name in the root dir. @webwarrior-ws caught this and fixed it in #766 |
To take advantage of the 'make' nice experience that was done recently in fsprojects#660.
To take advantage of the 'make' nice experience that was done recently in fsprojects#660.

In Unix (macOS and Linux), it's just the simplest Makefile that calls FAKE underneath.
In Windows, it's a batch file that does the same.