File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -96,7 +96,6 @@ if [ "${RELEASE_SIGN}" -gt 0 ]; then
9696 echo " Found GitHub Actions workflow with ID: ${run_id} "
9797 gh run watch --repo " ${repository} " --exit-status " ${run_id} "
9898
99- # Create release candidate directory structure
10099 mkdir -p " ${id} "
101100
102101 echo " Downloading .tar.gz from GitHub Releases"
Original file line number Diff line number Diff line change @@ -171,7 +171,11 @@ test_source_distribution() {
171171 # Run tests
172172 ctest --test-dir build --output-on-failure --parallel $( nproc || sysctl -n hw.ncpu || echo 4)
173173
174- echo " Build and test completed successfully!"
174+ # Install
175+ mkdir -p ./install_test
176+ cmake --install build --prefix ./install_test
177+
178+ echo " Build, test and install completed successfully!"
175179}
176180
177181setup_tmpdir " iceberg-cpp-${VERSION} -${RC} "
You can’t perform that action at this time.
0 commit comments