Skip to content

Commit

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

* cpack added

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

0 comments on commit b5fca3e

Please # to comment.