Skip to content

Commit

Permalink
Merge pull request #98 from robotology/bumpver390
Browse files Browse the repository at this point in the history
Bump version to 3.9.0 and refresh CI
  • Loading branch information
traversaro authored Nov 28, 2023
2 parents 9dff567 + 95ba14f commit 1185393
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/regenerate-matlab-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ jobs:
- name: Configure and compile YARP
run: |
# Install YARP dependencies
sudo sh -c 'echo "deb http://www.icub.org/ubuntu focal contrib/science" > /etc/apt/sources.list.d/icub.list'
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 57A5ACB6110576A6
sudo apt-get update
sudo apt-get install build-essential git cmake cmake-curses-gui libeigen3-dev libace-dev libedit-dev libsqlite3-dev \
libtinyxml-dev qtbase5-dev qtdeclarative5-dev qtmultimedia5-dev \
Expand All @@ -49,7 +47,7 @@ jobs:
gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad \
gstreamer1.0-libav liboctave-dev
# Clone YCM
git clone https://github.com/robotology/ycm -b v0.15.1
git clone https://github.com/robotology/ycm -b v0.16.1
cd ycm
mkdir build
cd build
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.10)

project(yarp-matlab-bindings VERSION 3.8.0)
project(yarp-matlab-bindings VERSION 3.9.0)

# for FindMatlab.cmake and UseSwig
# UseSwig version: https://gitlab.kitware.com/cmake/cmake/raw/v3.10.2/Modules/UseSWIG.cmake
Expand Down

0 comments on commit 1185393

Please sign in to comment.