Try configuration.
This commit is contained in:
parent
8888164f47
commit
d726f7206f
10
.cirrus.yml
10
.cirrus.yml
|
@ -38,10 +38,10 @@ linux_qt6_task_template: &LINUX_QT6_TASK_TEMPLATE
|
||||||
- ${COMPILER} --version
|
- ${COMPILER} --version
|
||||||
- qbs --version
|
- qbs --version
|
||||||
- qbs setup-toolchains --detect
|
- qbs setup-toolchains --detect
|
||||||
- qbs config --list
|
#- qbs setup-qt /usr/bin/qmake qt6
|
||||||
- qbs setup-qt /usr/bin/qmake qt6
|
#- qbs config profiles.qt6.baseProfile ${COMPILER}
|
||||||
- qbs config profiles.qt6.baseProfile ${COMPILER}
|
#- qbs-config defaultProfile qt6
|
||||||
- qbs build -f valentina.qbs -d build --command-echo-mode command-line profile:qt6 config:release
|
- qbs build -f valentina.qbs -d build --command-echo-mode command-line config:release
|
||||||
- xvfb-run -a qbs -p autotest-runner
|
- xvfb-run -a qbs -p autotest-runner
|
||||||
|
|
||||||
linux_qt5_qmake_task_template: &LINUX_QT5_QMAKE_TASK_TEMPLATE
|
linux_qt5_qmake_task_template: &LINUX_QT5_QMAKE_TASK_TEMPLATE
|
||||||
|
@ -77,8 +77,8 @@ linux_qt5_qbs_task_template: &LINUX_QT5_QBS_TASK_TEMPLATE
|
||||||
- ${COMPILER} --version
|
- ${COMPILER} --version
|
||||||
- qbs --version
|
- qbs --version
|
||||||
- qbs setup-toolchains --detect
|
- qbs setup-toolchains --detect
|
||||||
- qbs config --list
|
|
||||||
- qbs setup-qt /usr/bin/qmake qt5
|
- qbs setup-qt /usr/bin/qmake qt5
|
||||||
|
- qbs-config defaultProfile qt5
|
||||||
- qbs config profiles.qt5.baseProfile ${COMPILER}
|
- qbs config profiles.qt5.baseProfile ${COMPILER}
|
||||||
- qbs build -f valentina.qbs -d build --command-echo-mode command-line profile:qt5 config:release
|
- 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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user