diff --git a/.cirrus.yml b/.cirrus.yml index 6285d929b..6cfebed95 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -258,8 +258,8 @@ macos_task_template: &MACOS_TASK_TEMPLATE - pwd - 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}/macdeployqt-main - - cmake -GNinja -S ${HOME}/macdeployqt-main -B ${HOME}/macdeployqt-build-dir -DCMAKE_INSTALL_PREFIX=${HOME}/macdeployqt-install-dir -DCMAKE_BUILD_TYPE=Release - - cmake --build ${HOME}/macdeployqt-build-dir --target install + - 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 - 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 b69eb1858..c4cb7c3a9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -732,8 +732,8 @@ for: - rm $HOME/BundleModule.qbs - 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}/macdeployqt-main - - cmake -GNinja -S ${HOME}/macdeployqt-main -B ${HOME}/macdeployqt-build-dir -DCMAKE_INSTALL_PREFIX=${HOME}/macdeployqt-install-dir -DCMAKE_BUILD_TYPE=Release - - cmake --build ${HOME}/macdeployqt-build-dir --target install + - 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 - cd ${APPVEYOR_BUILD_FOLDER} build_script: