aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs/default.txt
Commit message (Collapse)AuthorAgeFilesLines
...
* | Add Ubuntu 16.04 as a build targetTony Sarajärvi2017-02-131-0/+2
| | | | | | | | | | | | | | | | | | As autotests pass, a subsequent commit will make Ubuntu 16.04 replace Ubuntu 14.04 build targets. Task-number: QTQAINFRA-1100 Change-Id: Ief659eec39f40873681ba617c37acf3662551fc1 Reviewed-by: Simo Fält <simo.falt@qt.io>
* | Add ForceDebugInfo to RHEL-6.6-x86_64Joerg Bornemann2017-02-131-1/+1
| | | | | | | | | | | | | | | | | | | | On this particular platform we get hard-to-reproduce autotest crashes in the CI. Enable ForceDebugInfo to get a meaningful backtrace. Change-Id: Ic9ca50394ad5708c3de4d26eb87d4c2a9d580b18 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* | Add one OS X 10.11 configuration to the CITony Sarajärvi2017-02-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | The "-3" suffix for the configuration name is due to it being a clean TIER1 image and has not everything preinstalled manually. Tests are disabled at first. They will be enabled once we sort out all failing autotests. Task-number: QTQAINFRA-1088 Change-Id: I7adc05869524acdff9ba295d604c3fc28a7aab99 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* | Linux android builds to RHEL 7.2Heikki Halmet2017-02-061-1/+1
| | | | | | | | | | | | | | | | | | In 5.9 android builds will be using RHEL 7.2 instead of 6.6 Task-number: QTQAINFRA-1096 Change-Id: Ia802aa31fe347616c829e2142991686fe8e95ed9 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* | Restore RHEL 7.2 in the dev branch (5.9)Simo Fält2017-01-251-0/+1
| | | | | | | | | | | | | | | | RHEL7.2 was disabled due to blocking configure change. Task-number: QTBUG-58073 Change-Id: Ic517d53bddecbcf035410d4f22a678ab72e0d44d Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* | Merge remote-tracking branch 'origin/5.8' into devSimon Hausmann2017-01-141-6/+4
| | | | | | | | | | | | | | | | | | | | | | This change also includes an update of the CI platform configurations to the values that were previously in the CI source tree for builds of the dev branch. This is done within the same change as the merge to preserve atomicity. Task-number: QTQAINFRA-1074 Change-Id: Ic47f7db3506ace4faca028b902d48cdb009c8495
* | Merge remote-tracking branch 'origin/5.7' into 5.8Simon Hausmann2017-01-121-24/+25
| | | | | | | | | | | | | | | | | | | | | | This change also includes an update of the CI platform configurations to the values that were previously in the CI source tree for builds of the 5.8 branch. This is done within the same change as the merge to preserve atomicity. Task-number: QTQAINFRA-1074 Change-Id: Iac469c44048721530380ab577c6dbf1a6fa28211
* | Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2017-01-111-26/+24
|/ | | | | | | | | | | This change also includes an update of the CI platform configurations to the values that were previously in the CI source tree for builds of the 5.7 branch. This is done within the same change as the merge to preserve atomicity. Task-number: QTQAINFRA-1074 Change-Id: Ie7bde30bd64d439cd17ea789102550ab9fb44194
* Add CI build configurationsSimon Hausmann2017-01-111-0/+26
These files were previously stored in the CI source tree, but they do belong here. They describe the different configurations under which we want to build Qt and its submodules, in terms of underlying virtual machine template, host OS, target OS and CI related features that may also map to Qt configuration features. Task-number: QTQAINFRA-1074 Change-Id: I7ce48e3b15da757166eeac7531478d3746c8aa7f Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>