Reuse build folder when run unit tests.

This commit is contained in:
Roman Telezhynskyi 2023-02-16 20:04:49 +02:00
parent 22972b8830
commit 69a75decac

View file

@ -73,7 +73,7 @@ linux_qt5_qbs_task_template: &LINUX_QT5_QBS_TASK_TEMPLATE
- qbs-config defaultProfile qt5
- qbs config profiles.qt5.baseProfile ${COMPILER}
- qbs build -f valentina.qbs -d build --command-echo-mode command-line profile:qt5 config:release
- xvfb-run -a qbs -p autotest-runner
- xvfb-run -a qbs -p autotest-runner -d build profile:qt5 config:release
#macos_task_template: &MACOS_TASK_TEMPLATE
# << : *REGULER_TASK_TEMPLATE