Skip to content

Commit

Permalink
Replaced Travis links with Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AviaAv committed Oct 2, 2023
1 parent 8ffb17b commit 4d0cac6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ You are welcome to propose and discuss enhancements using project [issues](https
> The `development` branch is the one where all contributions must be merged before being promoted to master.
> If you plan to propose a patch, please commit into the `development` branch, or its own feature branch.
We recommend enabling [travis-ci](https://travis-ci.org/) on your fork of `librealsense` to make sure the changes compile on all platforms and pass unit-tests.
We recommend enabling [Github Actions](../../actions) on your fork of `librealsense` to make sure the changes compile on all platforms and pass unit-tests.

In addition, please run `pr_check.sh` and `api_check.sh` under `scripts` directory. These scripts verify compliance with project's standards:

Expand Down Expand Up @@ -69,4 +69,4 @@ For example, when adding new value to [`rs2_option`](https://github.com/IntelRea
4. The list of Java options used for Android integration - [`wrappers/android/librealsense/src/main/java/com/intel/realsense/librealsense/Option.java`](https://github.com/IntelRealSense/librealsense/blob/v2.32.1/wrappers/android/librealsense/src/main/java/com/intel/realsense/librealsense/Option.java#L4-L64)
5. The list of options in the [python](https://github.com/IntelRealSense/librealsense/blob/v2.32.1/wrappers/python/pybackend.cpp#L102-L165) wrapper

Once all are updated [travis-ci](https://travis-ci.org/IntelRealSense/librealsense) will give clear indication that each of the wrappers is still passing compilation.
Once all are updated [Github Actions](../../actions) will give clear indication that each of the wrappers is still passing compilation.
2 changes: 1 addition & 1 deletion unit-tests/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Please see [.travis.yml](https://github.com/IntelRealSense/librealsense/blob/mas

> These recordings do not contain any imaging data and therefore can only be useful for unit-tests. If you would like to run your algorithms on top of captured data, please review our [playback and record](https://github.com/IntelRealSense/librealsense/tree/master/src/media) capabilities.
In addition to running the tests locally, it is very easy to replicate our continuous integration process for your fork of the project - just sign-in to [travis-ci](https://travis-ci.org/) and [AppVeyor](https://ci.appveyor.com/) and enable builds on your fork of `librealsense`.
In addition to running the tests locally, it is very easy to replicate our continuous integration process for your fork of the project - just sign-in to [Github Actions](../../../actions) and [AppVeyor](https://ci.appveyor.com/) and enable builds on your fork of `librealsense`.

## Controlling Test Execution

Expand Down

0 comments on commit 4d0cac6

Please sign in to comment.