From fa550e92d7cf01a3d6d9dd92932ccaeb45f55c8d Mon Sep 17 00:00:00 2001 From: Kei Okada Date: Tue, 14 Sep 2021 23:32:56 +0900 Subject: [PATCH] set USE_DEB false for install face_detector from .travis.rosinstall.noetic --- .github/workflows/noetic.yml | 1 + .travis.rosinstall.noetic | 3 +++ .travis.yml | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .travis.rosinstall.noetic diff --git a/.github/workflows/noetic.yml b/.github/workflows/noetic.yml index bfa64002..5b9568df 100644 --- a/.github/workflows/noetic.yml +++ b/.github/workflows/noetic.yml @@ -29,3 +29,4 @@ jobs: with: ROS_DISTRO : noetic ROS_PARALLEL_TEST_JOBS: "-j8" + USE_DEB : false # to use .travis.rosinstall.noetic for face_detector diff --git a/.travis.rosinstall.noetic b/.travis.rosinstall.noetic new file mode 100644 index 00000000..095b9eee --- /dev/null +++ b/.travis.rosinstall.noetic @@ -0,0 +1,3 @@ +- tar: + local-name: face_detector + uri: https://github.com/OSUrobotics/people-release/archive/refs/tags/debian/ros-noetic-face-detector_1.4.0-1_focal.tar.gz diff --git a/.travis.yml b/.travis.yml index 6e839397..801c1650 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,7 +39,7 @@ env: - ROS_DISTRO=kinetic BEFORE_SCRIPT="pip install --user matplotlib==2.2.5" USE_DEB=true - ROS_DISTRO=lunar USE_DEB=true - ROS_DISTRO=melodic USE_DEB=true - - ROS_DISTRO=noetic USE_DEB=true + - ROS_DISTRO=noetic USE_DEB=false # to use .travis.rosinstall.noetic for face_detector matrix: allow_failures: - env: ROS_DISTRO=lunar USE_DEB=true