1
0
Fork 0

enabled sccache for windows master

This commit is contained in:
Christian Kühnel 2020-04-27 09:20:42 +02:00
parent 39667898a7
commit 3b1f8dd40e

View file

@ -37,6 +37,7 @@ pipeline {
SCRIPT_DIR = "${WORKSPACE}/llvm-premerge-checks/scripts"
RESULT_DIR = "${WORKSPACE}\\results"
LLVM_DIR = "${WORKSPACE}\\llvm-project"
SCCACHE_DIR = "C:\\ws\\sccache"
}
stages {