Skip to content

Commit

Permalink
cpack calls added (#266)
Browse files Browse the repository at this point in the history
* repo name incorrect

* cpack added
  • Loading branch information
milyin authored Oct 21, 2024
1 parent e5871ba commit ae12b24
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/scripts/build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ readonly archive_rpm=$out/$repo_name-$version-rpm-pkgs.zip
mkdir -p build
cd build
cmake -DZENOHCXX_ZENOHC=OFF ..
cmake --build . --target package
# cmake --build . --target package
cpack -G DEB
cpack -G RPM
ls -R

cd "$GITHUB_WORKSPACE"
Expand Down

0 comments on commit ae12b24

Please sign in to comment.