1
0
Fork 0

added missing dir

This commit is contained in:
Christian Kühnel 2020-05-08 15:24:16 +02:00
parent 45b28dd0df
commit e6437d35f0

View file

@ -24,6 +24,7 @@ pipeline {
cron('@daily')
}
environment {
LLVM_DIR = "${WORKSPACE}/llvm-project"
SCRIPT_DIR = "${WORKSPACE}/llvm-premerge-checks/scripts"
}
options {