aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/qtci-windows-10-x86/100-install-sccache.ps1
Commit message (Collapse)AuthorAgeFilesLines
* Change sccache provisioning priorityToni Saario2020-11-091-1/+0
| | | | | | | | With value 100 the sccache would provision between 10 and 20, which might lead to unexpected behavior. Change-Id: I3143d2102ff03c744476910dffdb924ca3164d26 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Enable use of sccache in the CIJędrzej Nowacki2020-08-191-0/+1
The sccache may significantly reduce build times. We need to evaluate real cases to see how much is to gain. This patch enables sccache only on cmake, exluding one msvc target with debug flag -Zi, which creates separate debug symbols. Related sccache issue: https://github.com/mozilla/sccache/issues/242 Task-number: COIN-130 Done-with: Aapo Keskimolo <aapo.keskimolo@qt.io> Change-Id: Ic1f599c5194bcdee9528a548dabead1097821cd1 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>