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: