Skip to content

Commit

Permalink
Change install prefix to build/dist
Browse files Browse the repository at this point in the history
Signed-off-by: Kai-Uwe Hermann <[email protected]>
  • Loading branch information
hikinggrass committed Nov 11, 2024
1 parent e8a2bd2 commit df2d95c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/build-kit/scripts/compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cmake \
-G Ninja \
-DBUILD_TESTING=ON \
-DCMAKE_BUILD_TYPE=Debug \
-DCMAKE_INSTALL_PREFIX="$EXT_MOUNT/source/dist" \
-DCMAKE_INSTALL_PREFIX="$EXT_MOUNT/build/dist" \
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON

retVal=$?
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
ctest_report_path: ctest-report
coverage_report_path: gcovr-coverage
coverage_xml_path: gcovr-coverage-xml.xml
dist_path: source/dist
dist_path: build/dist

0 comments on commit df2d95c

Please sign in to comment.