From 4d0cac6697c00d282f61658e3405e46a6ee33066 Mon Sep 17 00:00:00 2001 From: Avraham Date: Tue, 26 Sep 2023 17:30:16 +0300 Subject: [PATCH] Replaced Travis links with Github Actions --- CONTRIBUTING.md | 4 ++-- unit-tests/readme.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 505972f1950..98a8052b9d5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: @@ -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. diff --git a/unit-tests/readme.md b/unit-tests/readme.md index 130b1046bad..349bcd1f1d5 100644 --- a/unit-tests/readme.md +++ b/unit-tests/readme.md @@ -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