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

Move CI to GitHub Actions #14

Closed
riccardoporreca opened this issue Jan 25, 2021 · 2 comments · Fixed by #19
Closed

Move CI to GitHub Actions #14

riccardoporreca opened this issue Jan 25, 2021 · 2 comments · Fixed by #19
Assignees

Comments

@riccardoporreca
Copy link
Member

As a replacement for Travis CI as our main CI tool.

@riccardoporreca
Copy link
Member Author

A good starting point is using the "check-standard" workflow from the r-lib/actions examples

usethis::use_github_action("check-standard")

We want to make sure we have full coverage on macOS (and Windows) including oldrel and release, also in view of #10.

@riccardoporreca riccardoporreca changed the title Move CI to GitHub Action Move CI to GitHub Actions Jan 25, 2021
riccardoporreca added a commit that referenced this issue Jan 25, 2021
* Workflow based on `usethis::use_github_action("check-standard", save_as = "ci.yaml")`.
* Triggered on any branch, full matrix of OS's and R versions.
* Badge based on `usethis::use_github_actions_badge()`, link made specific to the R-CMD-check workflow.
riccardoporreca added a commit that referenced this issue Jan 25, 2021
* Workflow based on `usethis::use_github_action("check-standard", save_as = "ci.yaml")`.
* Triggered on any branch, full matrix of OS's and R versions.
* Badge based on `usethis::use_github_actions_badge()`, link made specific to the R-CMD-check workflow.
@riccardoporreca
Copy link
Member Author

riccardoporreca commented Jan 25, 2021

The newly-introduced workflow reveals failures on macOS-latest (oldrel), for the same tests supposedly addressed with #10.

New dedicated issues #15 to address them.

riccardoporreca added a commit that referenced this issue Jan 25, 2021
* Same setup as for the former Travis CI.
riccardoporreca added a commit that referenced this issue Jan 26, 2021
* Made redundant by the GH actions workflow (#14), covering Windows checks on several R versions.
riccardoporreca added a commit that referenced this issue Jan 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant