From eafd78d4a79b5bc106bbab894c6485fd4f9cbc35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20=C5=81ukawski?= Date: Fri, 26 Jan 2024 16:56:05 +0100 Subject: [PATCH] Bump requirements to YARP 3.8+ --- .github/workflows/ci.yml | 12 ++++++------ CMakeLists.txt | 2 +- README.md | 2 -- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4698665..ca3e211 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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++ } @@ -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}} diff --git a/CMakeLists.txt b/CMakeLists.txt index 344657a..22c3dba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/README.md b/README.md index 04ad0e5..046eed4 100644 --- a/README.md +++ b/README.md @@ -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: