Skip to content

Commit

Permalink
Bump requirements to YARP 3.8+
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBowman committed Jan 26, 2024
1 parent c7281ff commit eafd78d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
matrix:
os: [ubuntu-20.04, ubuntu-22.04]
robotology:
- { yarp: yarp-3.7, cmake: 3.16.x }
- { yarp: yarp-3.8, cmake: 3.16.x }
- { yarp: yarp-3.9, cmake: 3.16.x }
- { yarp: master, cmake: 3.16.x }
compiler:
- { cc: gcc, cxx: g++ }
Expand All @@ -48,28 +48,28 @@ jobs:

steps:
- name: Check out asibot-hmi
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Check out YCM
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: robotology/ycm
path: .deps/ycm

- name: Check out YARP
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: robotology/yarp
ref: ${{matrix.robotology.yarp}}
path: .deps/yarp

- name: Check out kinematics-dynamics
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: roboticslab-uc3m/kinematics-dynamics
path: .deps/kinematics-dynamics

- name: Set up CMake 3.12
- name: Set up CMake
uses: jwlawson/actions-setup-cmake@v1
with:
cmake-version: ${{matrix.robotology.cmake}}
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)

# Hard dependencies.
find_package(YCM 0.11 REQUIRED)
find_package(YARP 3.7 REQUIRED COMPONENTS os dev)
find_package(YARP 3.8 REQUIRED COMPONENTS os dev)

# Soft dependencies.
find_package(Doxygen QUIET)
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ Human-machine interface applications for ASIBOT.

[![CI (Linux)](https://github.com/roboticslab-uc3m/asibot-hmi/workflows/Continuous%20Integration/badge.svg)](https://github.com/roboticslab-uc3m/asibot-hmi/actions)

[![Coverage Status](https://coveralls.io/repos/roboticslab-uc3m/asibot-hmi/badge.svg)](https://coveralls.io/r/roboticslab-uc3m/asibot-hmi)

[![Issues](https://img.shields.io/github/issues/roboticslab-uc3m/asibot-hmi.svg?label=Issues)](https://github.com/roboticslab-uc3m/asibot-hmi/issues)

## Links of interest:
Expand Down

0 comments on commit eafd78d

Please sign in to comment.