You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Co-authored-by: Carol Willing <[email protected]>
Update ci-tests-data/ci.md
Co-authored-by: Carol Willing <[email protected]>
Update ci-tests-data/ci.md
Co-authored-by: Carol Willing <[email protected]>
Fix: other edits from review'
Copy file name to clipboardExpand all lines: ci-tests-data/ci.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ In the case of GitHub actions (which we will focus on here), CI workflows are ru
41
41
There are numerous platforms available for CI/CD. Here, we will focus on GitHub Actions (GHA) which is built into GitHub. GitHub is the most commonly used platform to store scientific open source software.
42
42
43
43
:::{note}
44
-
If you are using GitLab CI/CD many of the principles described here will apply, however the workflow files may look different.
44
+
If you are using [GitLab](https://about.gitlab.com/) CI/CD many of the principles described here will apply, however the workflow files may look different.
45
45
:::
46
46
47
47
### If you aren't sure, use GitHub Actions
@@ -54,9 +54,9 @@ templates that you can easily use and adapt to your own needs.
54
54
:::{admonition} Other platforms that you may run into
55
55
:class: info
56
56
57
-
-[Appveyor:](https://www.appveyor.com/) used to be a `GOTO` for running tests on Windows operating systems until GitHub actions evolved to support Windows. AppVeyor has evolved to support other operating systems since Microsoft acquired GitHub.
58
-
-[Travis CI:](https://www.travis-ci.com/)Had been the most common CI platform used in our ecosystem until they dropped free support for opensource.
59
-
-[CircleCI:](https://circleci.com/)You will still see some people using CircleCI for specific tasks. CircleCI can be useful for automated builds of websites and documentation allowing you to preview the changes to that website in your browser.
57
+
-[Appveyor:](https://www.appveyor.com/): Supports running tests on Windows operating systems and predated the release of GitHub Actions. Today, AppVeyor supports operating systems beyond Windows.
58
+
-[Travis CI:](https://www.travis-ci.com/)had been a common CI platform choice in our ecosystem. Usage dropped after Travis CI ended free support for open-source projects.
59
+
-[CircleCI:](https://circleci.com/) CircleCI can be useful for automated builds of websites and documentation since it offers a preview of the PR changes.
0 commit comments