Skip to content

Commit

Permalink
Add missing qpoases to package debian pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong committed Jan 22, 2025
1 parent b45c14f commit 0311fdf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/package_debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,16 @@ jobs:
cp ./*.tar.xz $GITHUB_WORKSPACE/artifacts
fi
- name: Package qpoases
shell: bash
run: |
if [ -d $GITHUB_WORKSPACE/target_ws/build/qpoases ]; then
cd $GITHUB_WORKSPACE/target_ws/build/qpoases
cpack --config CPackConfig.cmake
cp ./*.deb $GITHUB_WORKSPACE/artifacts
cp ./*.tar.xz $GITHUB_WORKSPACE/artifacts
fi
- name: Package trajopt_common
working-directory: target_ws/build/trajopt_common
shell: bash
Expand Down

0 comments on commit 0311fdf

Please sign in to comment.