Skip to content
Snippets Groups Projects
Unverified Commit 747f24e9 authored by Lars Bilke's avatar Lars Bilke Committed by GitHub
Browse files

Merge pull request #2571 from bilke/clcache

[Jenkins] Explicitly use clcache on Windows
parents 91283f19 58ef01f6
No related branches found
No related tags found
No related merge requests found
......@@ -386,6 +386,8 @@ pipeline {
MSVC_NUMBER = '15'
MSVC_VERSION = '2017'
OMP_NUM_THREADS = '1'
CC = 'clcache'
CXX = 'clcache'
}
steps {
script {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment