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

CI narrative revisions #329

Merged
merged 14 commits into from
Apr 6, 2020
2 changes: 1 addition & 1 deletion keypoints/rse-ci.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
- Continuous integration re-builds and/or re-tests software every time something changes.
- Use continuous integration to check changes before they are inspected.
- Use continuous integration to to check that software runs correctly and also to run commands for other tasks (e.g., to build a website).
- Check style as well as correctness.
1 change: 1 addition & 0 deletions links.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@
[tolerance]: glossary.html#tolerance
[transitive-dependency]: glossary.html#transitive-dependency
[travis-ci]: https://travis-ci.org/
[travis-lang]: https://docs.travis-ci.com/user/language-specific/
[triage]: glossary.html#triage
[troy-meetings]: https://chelseatroy.com/2018/03/29/why-do-remote-meetings-suck-so-much/
[tuple]: glossary.html#tuple
Expand Down
2 changes: 1 addition & 1 deletion objectives/rse-ci.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- Explain what continuous integration is, how it works, and why it's useful.
- Configure continuous integration for small R and Python software projects.
- Configure continuous integration for small Python software projects.
- Examine and explain output of continuous integration builds.
- Add additional settings to the continuous integration configuration.
- Introduce other uses of continuous integration.
Loading