Skip to content

Fix memory when returning a list from std::vector or std::array #852

Fix memory when returning a list from std::vector or std::array

Fix memory when returning a list from std::vector or std::array #852

name: JRL-cmakemodules
on: [push,pull_request]
jobs:
with-submodules:
name: Check configuration with git submodules
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- run: sudo apt install libboost-all-dev libeigen3-dev python3-numpy
- run: cmake .
without-submodules:
name: Check configuration without git submodules
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: false
path: eigenpy
- run: sudo apt install libboost-all-dev libeigen3-dev python3-numpy
- run: cmake -B build -S eigenpy
- run: grep -qvz CMAKE_PROJECT_VERSION:STATIC=0.0 build/CMakeCache.txt