From 6318bcbd225cf3008f6352225bed341db7756f95 Mon Sep 17 00:00:00 2001 From: Robert Haschke Date: Sat, 3 Feb 2024 12:31:58 +0100 Subject: [PATCH] CI: Add Ogre 13.6 --- .github/workflows/ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 022ced969..5f47c0cb7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,10 +26,14 @@ jobs: ogre: 1.12 qt: 6 cxxflags: -Wno-deprecated-declarations -Werror + - distro: noetic + ogre: 13.6 + qt: 5 env: CXXFLAGS: "-DRVIZ_DEPRECATE_QT4_SLOTS -Wall -Wextra -Wwrite-strings -Wunreachable-code -Wpointer-arith -Wredundant-decls -Wno-strict-aliasing -Wno-sign-compare ${{ matrix.cxxflags}}" UPSTREAM_WORKSPACE: ${{ matrix.distro != 'jammy' && 'github:rhaschke/python_qt_binding#silent-external-warnings' || '' }} + AFTER_INIT: ${{ startsWith(matrix.ogre, '13') && 'apt install -q -y software-properties-common && add-apt-repository ppa:s-schmeisser/ogre-13-focal -y' || ''}} AFTER_INSTALL_TARGET_DEPENDENCIES: apt install -qq -y libogre-${{ matrix.ogre }}-dev CATKIN_LINT: true CMAKE_ARGS: -DRVIZ_QT_VERSIONS="${{ matrix.qt }}"