Skip to content

Commit

Permalink
ci: fix KDock install location
Browse files Browse the repository at this point in the history
Signed-off-by: Bindea Cristian <cristian.bindea@analog.com>
  • Loading branch information
bindea-cristian committed Jan 14, 2025
1 parent e76d7ab commit 3f2b17a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ci/macOS/install_macos_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ build_libtinyiiod() {
build_kddock () {
echo "### Building KDDockWidgets - version $KDDOCK_BRANCH"
pushd $STAGING_AREA/KDDockWidgets
CURRENT_BUILD_CMAKE_OPTS=""
CURRENT_BUILD_CMAKE_OPTS="-DCMAKE_INSTALL_PREFIX=$STAGING_AREA_DEPS"
build_with_cmake
make install
popd
Expand Down
2 changes: 1 addition & 1 deletion ci/ubuntu/ubuntu_build_process.sh
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ build_libtinyiiod() {
build_kddock () {
echo "### Building KDDockWidgets - version $KDDOCK_BRANCH"
pushd $STAGING_AREA/KDDockWidgets
CURRENT_BUILD_CMAKE_OPTS=""
CURRENT_BUILD_CMAKE_OPTS="-DCMAKE_INSTALL_PREFIX=$STAGING_AREA_DEPS"
build_with_cmake $1
popd
}
Expand Down
3 changes: 1 addition & 2 deletions ci/windows/windows_build_process.sh
Original file line number Diff line number Diff line change
Expand Up @@ -361,10 +361,9 @@ build_libtinyiiod() {

build_kddock () {
echo "### Building KDDockWidgets - version $KDDOCK_BRANCH"
pushd $STAGING_AREA/KDDockWidgets
CURRENT_BUILD=KDDockWidgets
CURRENT_BUILD_CMAKE_OPTS=""
build_with_cmake $1
popd
}

#
Expand Down
2 changes: 1 addition & 1 deletion ci/x86_64/x86-64_appimage_process.sh
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ build_iio-emu() {
build_kddock () {
echo "### Building KDDockWidgets - version $KDDOCK_BRANCH"
pushd $STAGING_AREA/KDDockWidgets
CURRENT_BUILD_CMAKE_OPTS=""
CURRENT_BUILD_CMAKE_OPTS="-DCMAKE_INSTALL_PREFIX=$STAGING_AREA_DEPS"
build_with_cmake $1
popd
}
Expand Down

0 comments on commit 3f2b17a

Please sign in to comment.