aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/qtci-macos-10.13-x86_64
diff options
context:
space:
mode:
authorJędrzej Nowacki <jedrzej.nowacki@qt.io>2017-10-23 17:01:00 +0200
committerToni Saario <toni.saario@qt.io>2020-08-19 12:59:16 +0300
commit015c86534c00b46625500e38d2558f72a6c60536 (patch)
tree4e1575c995440cac9fcdd68073875da2aaa812af /coin/provisioning/qtci-macos-10.13-x86_64
parentba4eb4929eee3f613962ddd719ae337ccc6ef729 (diff)
Enable use of sccache in the CI
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>
Diffstat (limited to 'coin/provisioning/qtci-macos-10.13-x86_64')
-rwxr-xr-xcoin/provisioning/qtci-macos-10.13-x86_64/24-sccache.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/coin/provisioning/qtci-macos-10.13-x86_64/24-sccache.sh b/coin/provisioning/qtci-macos-10.13-x86_64/24-sccache.sh
new file mode 100755
index 00000000..358b23fb
--- /dev/null
+++ b/coin/provisioning/qtci-macos-10.13-x86_64/24-sccache.sh
@@ -0,0 +1,3 @@
+#!/usr/bin/env bash
+
+source "${BASH_SOURCE%/*}/../common/macos/sccache.sh"