From f167b66669866ec614e9e0df63205d7986006693 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Fri, 22 Sep 2023 11:32:47 +0300 Subject: [PATCH] Fix incorrect build command. --- .cirrus.yml | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index d53c234ed..8a5654d00 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -259,7 +259,7 @@ macos_task_template: &MACOS_TASK_TEMPLATE - curl -LJ https://github.com/dismine/macdeployqt/archive/refs/heads/main.zip --output ${HOME}/macdeployqt-main.zip --silent - unzip ${HOME}/macdeployqt-main.zip -d ${HOME} - cmake ${HOME}/macdeployqt-main -GNinja -S ${HOME}/macdeployqt-main -B ${HOME}/macdeployqt-build-dir -DCMAKE_INSTALL_PREFIX=${HOME}/macdeployqt-install-dir -DCMAKE_BUILD_TYPE=Release - - cmake ${HOME}/macdeployqt-main --build ${HOME}/macdeployqt-build-dir --target install + - cmake --build ${HOME}/macdeployqt-build-dir --target install - conan profile new valentina - conan profile update settings.build_type=Release valentina - conan profile update settings.os=Macos valentina diff --git a/appveyor.yml b/appveyor.yml index ba8270385..d41b848f0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -733,7 +733,7 @@ for: - curl -LJ https://github.com/dismine/macdeployqt/archive/refs/heads/main.zip --output ${HOME}/macdeployqt-main.zip --silent - unzip ${HOME}/macdeployqt-main.zip -d ${HOME} - cmake ${HOME}/macdeployqt-main -GNinja -S ${HOME}/macdeployqt-main -B ${HOME}/macdeployqt-build-dir -DCMAKE_INSTALL_PREFIX=${HOME}/macdeployqt-install-dir -DCMAKE_BUILD_TYPE=Release - - cmake ${HOME}/macdeployqt-main --build ${HOME}/macdeployqt-build-dir --target install + - cmake --build ${HOME}/macdeployqt-build-dir --target install - cd ${APPVEYOR_BUILD_FOLDER} build_script: