add CMake and Go to Windows PATH

This commit is contained in:
Grant Limberg 2020-06-17 12:28:48 -07:00
parent 27b14aefcd
commit 992d1471b8
No known key found for this signature in database
GPG key ID: 2BA62CCABBB4095A

2
Jenkinsfile vendored
View file

@ -58,7 +58,7 @@ def buildWindows() {
tasks << getTasks(['windows'], ['amd64'], { unused1, unused2 ->
def myNode = {
node ('windows') {
env.PATH = env.PATH + ";C:\\Windows\\system32"
env.PATH = env.PATH + ';C:\\Windows\\system32;C:\\Program Files\\CMake\\bin;C:\\Go\\bin'
dir ("build") {
checkout scm
dir ("build") {