aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/qtci-macos-10.12-x86_64
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix AltUrl of cmake for macOS provisioningKonstantin Tokarev2017-04-071-1/+1
| | | | | Change-Id: I730a65c2fcbea14bd3fe44e01a182f095d96b0ab Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* Remove command line tools from macOS 10.11 and 10.12Tony Sarajärvi2017-03-152-111/+8
| | | | | | | | | | Qt should not require command line tools to be installed. When they are installed, we can accidentally rely on on the tools instead of sysroot. Task-number: QTBUG-58325 Change-Id: I9ad942c6f67e4c1b7348258a9178ab497ee58800 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* Fix network test server setupSimon Hausmann2017-03-101-1/+1
| | | | | | | | | | Use the correct IP address for the network test server that all the other machines are using as well. Change-Id: I1ffe4b6f5851bcb06dc2d39265979b799715ec3f Task-number: QTBUG-59241 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Provision: Set bash_profile to read .bashrc in macOS 10.12Tony Sarajärvi2017-02-151-0/+5
| | | | | | | | | | | | | | | | | | | | | | | The method (vmware tools) of launching a process inside a virtual machine results in the launch of a process that does not originate from a login shell. Therefore the CI system explicitly starts the agent with "bash -l -c" to enforce the invocation as login shell and thus execute settings from /etc/profile, ~/.bash_profile, etc. This brings the behavior of the system closer to what we see as developers. However the shell is a non-interactive shell, therefore ~/.bashrc is not read by default. On Linux systems such as RHEL, ~/.bash_profile is configured to still read ~/.bashrc. For consistency we apply the same logic to the macOS configurations. Task-number: QTQAINFRA-1091 Change-Id: I72206dbd8f7289de86830db23fa1ae2c548181eb Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* Add MySQL provisioning script for macOS 10.12Tony Sarajarvi2017-02-151-0/+54
| | | | | | | Task-number: QTQAINFRA-1091 Change-Id: Id20e5398007284ddf809f2c2c49a60711729db26 Reviewed-by: Liang Qi <liang.qi@qt.io> Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* Add postgresql.sh provisioning script for macOS 10.12Tony Sarajarvi2017-02-151-0/+53
| | | | | | Task-number: QTQAINFRA-1091 Change-Id: Idf314816d4986855b0b4d92a5f523ec1397f4083 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* Add cmake.sh to provisioning for macOS 10.12Tony Sarajarvi2017-02-151-0/+50
| | | | | | Task-number: QTQAINFRA-1091 Change-Id: I3d58c7e94866754adb22975b874ebe4a0e239ec1 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* Add command line tool provisioning for macOS 10.12Tony Sarajarvi2017-02-151-0/+111
| | | | | | Task-number: QTQAINFRA-1091 Change-Id: I2b209c8ca59af5bfdcc1faa46ac771a85eeb457e Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* Add xcode.sh provisioning script for macOS 10.12Tony Sarajarvi2017-02-151-0/+102
| | | | | | Task-number: QTQAINFRA-1091 Change-Id: I6d2071c3304cc8df31d8bbad6d713d21ea2dda25 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* Add xz.sh provisioning script for macOS 10.12Tony Sarajarvi2017-02-151-0/+50
| | | | | | Task-number: QTQAINFRA-1091 Change-Id: I5594ae5591ad0b092ed000da8930972475163f51 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* macOS 10.12: Switch crash reporting to server modeTony Sarajärvi2017-02-151-0/+2
| | | | | | Task-number: QTQAINFRA-1091 Change-Id: I49c2f92f570a648e80ac16180bdf0c7967ed1120 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* Add system setup provisioning script for macOS 10.12Tony Sarajarvi2017-02-151-0/+117
Task-numer: QTQAINFRA-1091 Change-Id: I0da0e22dd859609fa107b9c157a678a4e2d252e4 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>