Skip to content

Commit

Permalink
set USE_DEB false for install face_detector from .travis.rosinstall.n…
Browse files Browse the repository at this point in the history
…oetic
  • Loading branch information
k-okada committed Sep 14, 2021
1 parent 2e09c6b commit fa550e9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/noetic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 3 additions & 0 deletions .travis.rosinstall.noetic
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fa550e9

Please sign in to comment.