Skip to content

Commit

Permalink
install gsplines in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelrojasmiliani committed Mar 26, 2024
1 parent 7597e2c commit ecc1ec7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ jobs:
export LD_LIBRARY_PATH=/opt/openrobots/lib:$LD_LIBRARY_PATH
export PYTHONPATH=/opt/openrobots/lib/python3.10/site-packages:$PYTHONPATH # Adapt your desired python version here
export CMAKE_PREFIX_PATH=/opt/openrobots:$CMAKE_PREFIX_PATH
wget https://github.com/rafaelrojasmiliani/gsplines_cpp/releases/download/master/gsplines-0.0.1-amd64.deb
dpkg -i gsplines-0.0.1-amd64.deb
git clone --recursive https://github.com/rafaelrojasmiliani/opstop_cpp.git
cd opstop_cpp
mkdir build
Expand Down Expand Up @@ -128,6 +130,8 @@ jobs:
--slave /usr/bin/gcov gcov /usr/bin/gcov-11 \
--slave /usr/bin/gcc-ar gcc-ar /usr/bin/gcc-ar-11 \
--slave /usr/bin/gcc-ranlib gcc-ranlib /usr/bin/gcc-ranlib-11'
wget https://github.com/rafaelrojasmiliani/gsplines_cpp/releases/download/master/gsplines-0.0.1-gcc-11-amd64.deb
dpkg -i gsplines-0.0.1-gcc-11-amd64.deb
git clone --recursive https://github.com/rafaelrojasmiliani/opstop_cpp.git
cd opstop_cpp
mkdir build
Expand Down

0 comments on commit ecc1ec7

Please sign in to comment.