Skip to content
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

Closed
wants to merge 2 commits into from

Conversation

omus
Copy link
Contributor

@omus omus commented Aug 5, 2021

CI currently isn't running for this package. Replaces #82

@omus
Copy link
Contributor Author

omus commented Aug 5, 2021

cc: @iamed2

- "0.7" # Earliest supported version
- "1.0" # LTS
- "1" # Latest release
- nightly
Copy link
Contributor Author

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

Comment on lines +57 to +62
- run: |
julia --project=docs -e '
using Documenter: DocMeta, doctest
using IterTools
DocMeta.setdocmeta!(IterTools, :DocTestSetup, :(using IterTools); recursive=true)
doctest(IterTools)'
Copy link
Contributor Author

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

Copy link
Collaborator

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.

@owiecc
Copy link
Collaborator

owiecc commented Dec 6, 2021

I merged #82 #83 and #84 to enable CI and added some small fixes there.

@owiecc owiecc closed this Dec 6, 2021
@omus omus deleted the cv/github-actions branch December 7, 2021 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants