1
0
Fork 0

enabled sccache for windows phabricator

This commit is contained in:
Christian Kühnel 2020-04-27 12:57:13 +02:00
parent 3b1f8dd40e
commit 0299405e2b

View file

@ -31,6 +31,7 @@ pipeline {
// store all build results here, will be uploaded to GCS later
RESULT_DIR = "${WORKSPACE}\\results"
LLVM_DIR = "${WORKSPACE}\\llvm-project"
SCCACHE_DIR = "C:\\ws\\sccache"
}
options {
timeout(time:2, unit:'HOURS')