-
Notifications
You must be signed in to change notification settings - Fork 30
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
Switch to GitHub actions #88
Conversation
cc: @iamed2 |
- "0.7" # Earliest supported version | ||
- "1.0" # LTS | ||
- "1" # Latest release | ||
- nightly |
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.
Probably not going to work. Starting with this as it was in the Travis CI config
- run: | | ||
julia --project=docs -e ' | ||
using Documenter: DocMeta, doctest | ||
using IterTools | ||
DocMeta.setdocmeta!(IterTools, :DocTestSetup, :(using IterTools); recursive=true) | ||
doctest(IterTools)' |
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.
May require a newer version of Documenter
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.
I did some experiments on my fork. CI failures for the docs seem to be related to the make.jl
config. Specifically bumping Documenter.jl to 0.27 and removing some arguments helped. All the CI jobs are passing on my fork but I am not sure if I configured the Documenter correctly.
CI currently isn't running for this package. Replaces #82